[Kst] [Bug 96759] kst settings dialog needs to be persuaded to enable apply

George Staikos staikos at kde.org
Tue Jan 11 07:54:13 CET 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=96759        
staikos kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From staikos kde org  2005-01-11 07:54 -------
CVS commit by staikos: 

update the change state when clicking the X interpret checkbox.
cannot reproduce problems with the spinbox, and I'm sure I fixed that a while
ago.

BUG: 96759


  M +6 -6      kstsettingsdlg.ui   1.21


--- kdeextragear-2/kst/kst/kstsettingsdlg.ui  #1.20:1.21
 @ -979,10 +979,4  @
     </connection>
     <connection>
-        <sender>_comboBoxXInterpret</sender>
-        <signal>activated(int)</signal>
-        <receiver>KstSettingsDlg</receiver>
-        <slot>setDirty()</slot>
-    </connection>
-    <connection>
         <sender>_comboBoxXDisplay</sender>
         <signal>activated(int)</signal>
 @ -1045,4 +1039,10  @
     </connection>
     <connection>
+        <sender>_checkBoxXInterpret</sender>
+        <signal>toggled(bool)</signal>
+        <receiver>KstSettingsDlg</receiver>
+        <slot>setDirty()</slot>
+    </connection>
+    <connection>
         <sender>_checkBoxAuthentication</sender>
         <signal>clicked()</signal>


More information about the Kst mailing list