--Boundary-00=_zLoMABtEyp/IpaO Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On February 17, 2004 13:28, Arnold Krille wrote: > So the variable useArts should be false if one of the two setting is fals= e. ah, i think i see what you mean... patch attached. untested, but is this wh= at=20 you had in mind? =2D --=20 Aaron J. Seigo User levels don't work. Panel space is valuable. Most users aren't coders. Chances the above answered your question: too high. =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQFAMoLz1rcusafx20MRAhfLAJ0f7BxMwNtGwsHvNTWmYoboiW59agCgn92/ DO2tM7sNGqJryZ6hqK5+R8o=3D =3D3VRJ =2D----END PGP SIGNATURE----- --Boundary-00=_zLoMABtEyp/IpaO Content-Type: text/x-diff; charset="iso-8859-1"; name="knotify_sans_arts.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="knotify_sans_arts.diff" Index: knotify/knotify.cpp =================================================================== RCS file: /home/kde/kdelibs/arts/knotify/knotify.cpp,v retrieving revision 1.89 diff -u -3 -d -p -r1.89 knotify.cpp --- knotify/knotify.cpp 17 Feb 2004 19:29:13 -0000 1.89 +++ knotify/knotify.cpp 17 Feb 2004 21:09:04 -0000 @@ -125,7 +125,9 @@ int kdemain(int argc, char **argv) KConfigGroup config( KGlobal::config(), "StartProgress" ); KConfig artsKCMConfig( "kcmartsrc" ); artsKCMConfig.setGroup( "Arts" ); - bool useArts = config.readBoolEntry( "Use Arts", artsKCMConfig.readBoolEntry("StartServer",true) ); + bool useArts = artsKCMConfig.readBoolEntry( "StartServer", true ); + if (useArts) + useArts = config.readBoolEntry( "Use Arts", useArts ); bool ok = config.readBoolEntry( "Arts Init", true ); if ( useArts && !ok ) --Boundary-00=_zLoMABtEyp/IpaO Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kde-multimedia mailing list kde-multimedia@kde.org https://mail.kde.org/mailman/listinfo/kde-multimedia --Boundary-00=_zLoMABtEyp/IpaO--