[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/arts/knotify
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2004-02-17 21:46:59
Message-ID: 20040217214659.E22269961 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

slight riff on the last commit, to ensure we respect EITHER the knotify
OR the kcmarts setting to not use arts.


  M +3 -1      knotify.cpp   1.90


--- kdelibs/arts/knotify/knotify.cpp  #1.89:1.90
@@ -126,5 +126,7 @@ int kdemain(int argc, char **argv)
     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 );
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic