An error here with no warning tripped me up, so notify the user if it failed.
svn path=/trunk/KDE/kdelibs/; revision=969044
This commit is contained in:
parent
ef950d76f4
commit
f5c6a90996
@ -348,6 +348,8 @@ bool Package::installPackage(const QString &package,
|
|||||||
KConfigGroup cg = df.desktopGroup();
|
KConfigGroup cg = df.desktopGroup();
|
||||||
cg.writeEntry("Icon", iconPath);
|
cg.writeEntry("Icon", iconPath);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
kWarning() << "Could not register package as service (this is not necessarily fatal):" << serviceName << " : " << job->errorString();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user