no view->no popup

BUG:194570

svn path=/trunk/KDE/kdelibs/; revision=1019493
This commit is contained in:
Marco Martin 2009-09-03 18:37:27 +00:00
parent acfd2a83fa
commit 72df46a81d

View File

@ -535,6 +535,10 @@ void PopupAppletPrivate::internalTogglePopup()
return;
}
if (!q->view()) {
return;
}
if (timer) {
timer->stop();
}