Merge branch 'master' of https://github.com/psifidotos/Latte-Dock into master2

v0.6
Michail Vourlakos 8 years ago
commit 3d7de19d07

@ -159,7 +159,7 @@ void NowDockCorona::addDock(Plasma::Containment *containment)
// the system tray is a containment that behaves as an applet // the system tray is a containment that behaves as an applet
// so a dockview shouldnt be created for it // so a dockview shouldnt be created for it
KPluginMetaData metadata = containment->pluginMetaData(); KPluginMetaData metadata = containment->kPackage().metadata();
if (metadata.pluginId() == "org.kde.plasma.systemtray") { if (metadata.pluginId() == "org.kde.plasma.systemtray") {
return; return;

Loading…
Cancel
Save