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

List:       kde-commits
Subject:    KDE/kdebase/workspace/kcontrol/kfontinst/dbus
From:       Craig Drummond <craig () kde ! org>
Date:       2010-01-19 21:28:04
Message-ID: 1263936484.717334.14816.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1077276 by craig:

Fix system service start-up checking.


 M  +1 -1      FontInst.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/kfontinst/dbus/FontInst.cpp #1077275:1077276
@@ -1153,7 +1153,7 @@
 
         bool started=false;
         for(int check=0; check<10 && !started; ++check)
-            if((started=isStarted(itsSystemInterface)))
+            if(!(started=isStarted(itsSystemInterface)))
                 ::usleep(500*1000);
 
         if(started)
[prev in list] [next in list] [prev in thread] [next in thread] 

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