adapt to Package merge changes
This commit is contained in:
parent
89320201ec
commit
889c9e7bd3
@ -94,8 +94,8 @@ PlasmoidService::PlasmoidService(Applet *applet)
|
||||
{
|
||||
setName("plasmoidservice");
|
||||
|
||||
if (applet->package() && !applet->package()->isValid()) {
|
||||
const QString root = applet->package()->path();
|
||||
if (applet->package().isValid()) {
|
||||
const QString root = applet->package().path();
|
||||
m_metadata = root + "metadata.desktop";
|
||||
|
||||
m_tempFile.open();
|
||||
|
Loading…
Reference in New Issue
Block a user