KDE/kdebase/workspace/libs/plasma

Alex Merry huntedhacker at tiscali.co.uk
Mon Jul 28 22:59:03 CEST 2008


SVN commit 838833 by alexmerry:

Actually load the operations scheme when we have the information necessary to do so.

CCMAIL: plasma-devel at kde.org
Can someone backport this for 4.1.1, please?



 M  +3 -0      service.cpp  


--- trunk/KDE/kdebase/workspace/libs/plasma/service.cpp #838832:838833
@@ -150,6 +150,9 @@
 void Service::setName(const QString &name)
 {
     d->name = name;
+    if (!d->config) {
+        registerOperationsScheme();
+    }
 }
 
 void Service::setOperationsScheme(QIODevice *xml)


More information about the Plasma-devel mailing list