--debug;
svn path=/trunk/KDE/kdelibs/; revision=1069707
This commit is contained in:
parent
50726d7f08
commit
abc51630c5
@ -514,7 +514,6 @@ void DesktopToolBox::showToolBox()
|
||||
{
|
||||
setFlag(ItemIgnoresTransformations, isToolbar());
|
||||
|
||||
kDebug() << "huh?" << isShowing();
|
||||
if (isShowing() && !isToolbar()) {
|
||||
return;
|
||||
}
|
||||
@ -704,7 +703,6 @@ void DesktopToolBox::toggle()
|
||||
return;
|
||||
}
|
||||
|
||||
kDebug() << "toggle, so let's show?" << !isShowing();
|
||||
setShowing(!isShowing());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user