From kde-commits Fri Aug 28 22:23:05 2009 From: Chani Armitage Date: Fri, 28 Aug 2009 22:23:05 +0000 To: kde-commits Subject: KDE/kdebase/workspace/plasma/containmentactions/contextmenu Message-Id: <1251498185.059431.27882.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=125149925905411 SVN commit 1016790 by chani: connect to the correct signal M +1 -1 menu.cpp --- trunk/KDE/kdebase/workspace/plasma/containmentactions/contextmenu/menu.cpp #1016789:1016790 @@ -91,7 +91,7 @@ return; //below here is stuff we only want to do once } - connect(c, SIGNAL(immutabilityChanged(const Plasma::ImmutabilityType)), this, SLOT(updateImmutability(const Plasma::ImmutabilityType))); + connect(c->corona(), SIGNAL(immutabilityChanged(const Plasma::ImmutabilityType)), this, SLOT(updateImmutability(const Plasma::ImmutabilityType))); //FIXME what if it's a panel? what if it's a customcontainment? KPluginInfo::List panelPlugins = c->listContainmentsOfType("panel");