and if it isn't acting as a containment, but an applet, then use the standard configuration mechanism as provided by Applet

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=862308
This commit is contained in:
Aaron J. Seigo 2008-09-18 14:58:06 +00:00
parent 6561b92a30
commit f505d063e7

View File

@ -1395,6 +1395,8 @@ void Containment::showConfigurationInterface()
{ {
if (isContainment()) { if (isContainment()) {
emit configureRequested(); emit configureRequested();
} else {
Applet::showConfigurationInterface();
} }
} }