-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list,

i found another small bug.
using kde-gui, in the options dialog you can choose to not use the 
docking-symbol.
when you uncheck "use dock symbol" the option for "start hidden" is 
automatically disabled and unchecked... so far so good. but when re-enabling 
the docking symbol, "start-hidden" will not be re-enabled, it stays grey.

see my attached patch to fix this.

regards,
thomas

- -- 
_________________________________________________
No I Don't Yahoo!
And I'm getting pretty sick of being asked if I do.
_________________________________________________
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9bPHV+83LmoKU5MARAn5CAKCjjDj3+jppQNj5YmpNTehEigtdnQCfZEZY
F0DEN6XBY1UpdE8Rpq1Vkwc=
=nGlG
-----END PGP SIGNATURE-----
Index: optionsdlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/optionsdlg.cpp,v
retrieving revision 1.122
diff -u -3 -p -r1.122 optionsdlg.cpp
--- optionsdlg.cpp	26 Jul 2002 03:55:49 -0000	1.122
+++ optionsdlg.cpp	28 Aug 2002 15:46:41 -0000
@@ -764,6 +764,8 @@ void OptionsDlg::slot_useDockToggled(boo
     chkHidden->setEnabled(false);
     chkHidden->setChecked(false);
     return;
+  } else {
+    chkHidden->setEnabled(true);
   }
 
   // Turned on

Reply via email to