send the containment along with the signal for consitency with similar signals
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=872308
This commit is contained in:
parent
11536c679b
commit
5e987c6ba8
@ -1399,7 +1399,7 @@ void Containment::destroy(bool confirm)
|
||||
void Containment::showConfigurationInterface()
|
||||
{
|
||||
if (isContainment()) {
|
||||
emit configureRequested();
|
||||
emit configureRequested(this);
|
||||
} else {
|
||||
Applet::showConfigurationInterface();
|
||||
}
|
||||
|
@ -370,7 +370,7 @@ class PLASMA_EXPORT Containment : public Applet
|
||||
/**
|
||||
* Emitted when the user wants to configure/change containment.
|
||||
*/
|
||||
void configureRequested();
|
||||
void configureRequested(Plasma::Containment *containment);
|
||||
|
||||
/**
|
||||
* The activity associated to this containemnt has changed
|
||||
|
Loading…
Reference in New Issue
Block a user