forked from openkylin/ukui-search
解决注册文本内容插件命令失效问题
This commit is contained in:
parent
77395a8627
commit
09a423aa38
|
@ -235,7 +235,7 @@ bool SearchPluginManager::unregisterPlugin(const QString &pluginName)
|
||||||
if (pluginName == "Web") {
|
if (pluginName == "Web") {
|
||||||
name = pluginName + " Page";
|
name = pluginName + " Page";
|
||||||
} else if (pluginName == "Content") {
|
} else if (pluginName == "Content") {
|
||||||
name = "File " + name + " Search";
|
name = "File " + name;
|
||||||
}
|
}
|
||||||
//外部插件pluginName是so文件全路径
|
//外部插件pluginName是so文件全路径
|
||||||
QString externalPluginPath;
|
QString externalPluginPath;
|
||||||
|
|
|
@ -133,7 +133,7 @@ void AppSearchWorker::run()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
qWarning() << "SoftWareCenter dbus called failed!";
|
qWarning() << "SoftWareCenter dbus called failed!" << reply.error();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue