Make sure showPopup(0) actually does what it is supposed to do
BUG: 256124 FIXED-IN:4.5.4 svn path=/trunk/KDE/kdelibs/; revision=1198830
This commit is contained in:
parent
0ffeb0be68
commit
691315952e
@ -583,6 +583,10 @@ void PopupApplet::showPopup(uint popupDuration)
|
|||||||
}
|
}
|
||||||
|
|
||||||
d->timer->start(popupDuration);
|
d->timer->start(popupDuration);
|
||||||
|
} else {
|
||||||
|
if (d->timer) {
|
||||||
|
d->timer->stop();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user