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

List:       kde-commits
Subject:    playground/pim/krss/resource
From:       Dmitry Ivanov <vonami () gmail ! com>
Date:       2008-08-01 18:26:58
Message-ID: 1217615218.482993.3698.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 840759 by divanov:

Register only an object: Akonadi RSS resources can co-exist


 M  +1 -1      rssresource.cpp  


--- trunk/playground/pim/krss/resource/rssresource.cpp #840758:840759
@@ -64,7 +64,7 @@
         AttributeFactory::registerAttribute<FeedPropertiesCollectionAttribute>();
 
         new KrssAdaptor( this );
-        if ( !QDBusConnection::sessionBus().registerService( "org.kde.krss" ) ) {
+        if ( !QDBusConnection::sessionBus().registerObject( QLatin1String( "/KRss" \
                ), this, QDBusConnection::ExportAdaptors ) ) {
                 kWarning() << "Couldn't register a D-Bus service org.kde.krss";
                 kWarning() << QDBusConnection::sessionBus().lastError().message();
         }


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

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