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

List:       kde-commits
Subject:    KDE/kdelibs/kio/kio
From:       David Faure <faure () kde ! org>
Date:       2007-01-18 15:41:57
Message-ID: 1169134917.887795.13062.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 624971 by dfaure:

Fix bug spotted by Laurent Montel


 M  +1 -5      kdbusservicestarter.cpp  


--- trunk/KDE/kdelibs/kio/kio/kdbusservicestarter.cpp #624970:624971
@@ -26,10 +26,6 @@
 #include <ktoolinvocation.h>
 #include "QtDBus/QtDBus"
 
-#ifdef __GCC__
-# warning Rename this file after merge
-#endif
-
 static KStaticDeleter<KDBusServiceStarter> dss_sd;
 KDBusServiceStarter* KDBusServiceStarter::s_self;
 
@@ -61,7 +57,7 @@
     QString constraint = _constraint;
     if ( !constraint.isEmpty() )
         constraint += " and ";
-    constraint += "exist [X-DBus-ServiceName]";
+    constraint += "exist [X-DBUS-ServiceName]";
     const KService::List offers = KServiceTypeTrader::self()->query(serviceType, constraint);
     if ( offers.isEmpty() ) {
         if ( error )
[prev in list] [next in list] [prev in thread] [next in thread] 

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