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

List:       kde-commits
Subject:    =?utf-8?q?=5Bkde-baseapps=5D_konqueror/settings/kio=3A_Use_the_c?=
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2011-05-26 18:35:01
Message-ID: 20110526183501.42AA3A60A4 () git ! kde ! org
[Download RAW message or body]

Git commit e19d09ba26c9a085ceff27b00600429f646c414c by Dawit Alemayehu.
Committed on 26/05/2011 at 07:52.
Pushed by adawit into branch 'master'.

Use the correct service name when communicating with the proxyscout
kded module over dbus.

M  +1    -1    konqueror/settings/kio/ksaveioconfig.cpp     

http://commits.kde.org/kde-baseapps/e19d09ba26c9a085ceff27b00600429f646c414c

diff --git a/konqueror/settings/kio/ksaveioconfig.cpp b/konqueror/settings/kio/ksaveioconfig.cpp
index d0364b2..62852fa 100644
--- a/konqueror/settings/kio/ksaveioconfig.cpp
+++ b/konqueror/settings/kio/ksaveioconfig.cpp
@@ -233,7 +233,7 @@ void KSaveIOConfig::updateProxyScout( QWidget * parent )
 {
   // Inform the proxyscout kded module about changes
   // if we cannot update, ioslaves inform the end user...
-    QDBusInterface kded("org.kde.kded", "/modules/proxyscout", "org.kde.kded.ProxyScout");
+    QDBusInterface kded("org.kde.kded", "/modules/proxyscout", "org.kde.KPAC.ProxyScout");
     QDBusReply<void> reply = kded.call( "reset" );
   if (!reply.isValid())
   {

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

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