Actually load the operations scheme when we have the information necessary to do so.
CCMAIL: plasma-devel@kde.org Can someone backport this for 4.1.1, please? svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=838833
This commit is contained in:
parent
c2ef8b2c6c
commit
1cb7e7e771
@ -150,6 +150,9 @@ QString Service::name() const
|
||||
void Service::setName(const QString &name)
|
||||
{
|
||||
d->name = name;
|
||||
if (!d->config) {
|
||||
registerOperationsScheme();
|
||||
}
|
||||
}
|
||||
|
||||
void Service::setOperationsScheme(QIODevice *xml)
|
||||
|
Loading…
Reference in New Issue
Block a user