Bug 103820

Summary: "Apply" in configuration dialogue should be disabled when appropriate
Product: [Applications] akregator Reporter: Eckhart Wörner <ewoerner>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: kde
Priority: NOR    
Version: 1.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Eckhart Wörner 2005-04-13 21:10:43 UTC
Version:           1.0 (using KDE 3.4.0, Debian Package 4:3.4.0-0ubuntu3 (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
OS:                Linux (i686) release 2.6.10-5-386

At the moment the apply button in the configuration dialogue is always enabled.
This might be confusing for users who might be not sure if their settings have been applied. It also breaks with other applications like Konqueror where this behaviour cannot be found.
Comment 1 Frank Osterfeld 2005-11-22 02:15:06 UTC
this is a bug
Comment 2 Frank Osterfeld 2006-04-11 09:38:25 UTC
*** Bug 125325 has been marked as a duplicate of this bug. ***
Comment 3 Frank Osterfeld 2006-05-20 20:41:01 UTC
SVN commit 542959 by osterfeld:

disable apply button in config dialog when nothing was changed
BUG: 103820


 M  +1 -0      ChangeLog  
 M  +5 -1      src/settings_appearance.ui  


--- branches/KDE/3.5/kdepim/akregator/ChangeLog #542958:542959
@@ -11,6 +11,7 @@
 
 Bug fixes:
 
+ 2006/05/20 Disable Apply-Button in config dialog correctly if no changes were made (#103820) -fo
  2006/05/20 Don't reset article status to New when the article changed (#101907) -fo
  2006/05/10 Always show feed logos; load them on startup, not on first fetch -fo
  2006/05/10 fix crash when using "Load the full website when reading articles" and an error (e.g. 404) 
--- branches/KDE/3.5/kdepim/akregator/src/settings_appearance.ui #542958:542959
@@ -116,7 +116,7 @@
         </widget>
         <widget class="QGroupBox">
             <property name="name">
-                <cstring>kcfg_Fonts</cstring>
+                <cstring>FontsGroupBox</cstring>
             </property>
             <property name="title">
                 <string>Fonts</string>
@@ -239,8 +239,12 @@
     <includehint>knuminput.h</includehint>
     <includehint>knuminput.h</includehint>
     <includehint>kfontcombo.h</includehint>
+    <includehint>klineedit.h</includehint>
     <includehint>kfontcombo.h</includehint>
+    <includehint>klineedit.h</includehint>
     <includehint>kfontcombo.h</includehint>
+    <includehint>klineedit.h</includehint>
     <includehint>kfontcombo.h</includehint>
+    <includehint>klineedit.h</includehint>
 </includehints>
 </UI>