From 6f06fd2590ea61ef444ba20a6551d7e5ed839424 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Fri, 4 Jul 2008 16:46:30 +0000 Subject: [PATCH] take care of our own connecting, thank you very much svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=828086 --- desktoptoolbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/desktoptoolbox.cpp b/desktoptoolbox.cpp index 1814df5a0..3af8d79f0 100644 --- a/desktoptoolbox.cpp +++ b/desktoptoolbox.cpp @@ -104,6 +104,7 @@ DesktopToolBox::DesktopToolBox(QGraphicsItem *parent) d(new DesktopToolBoxPrivate) { connect(Plasma::Animator::self(), SIGNAL(movementFinished(QGraphicsItem*)), this, SLOT(toolMoved(QGraphicsItem*))); + connect(this, SIGNAL(toggled()), this, SLOT(toggle())); setZValue(10000000); setFlag(ItemClipsToShape, true);