stylistic consistency: "else if" when that's what it is doing
svn path=/trunk/KDE/kdelibs/; revision=1198890
This commit is contained in:
parent
691315952e
commit
91706a22a1
@ -583,13 +583,11 @@ void PopupApplet::showPopup(uint popupDuration)
|
|||||||
}
|
}
|
||||||
|
|
||||||
d->timer->start(popupDuration);
|
d->timer->start(popupDuration);
|
||||||
} else {
|
} else if (d->timer) {
|
||||||
if (d->timer) {
|
|
||||||
d->timer->stop();
|
d->timer->stop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void PopupApplet::hidePopup()
|
void PopupApplet::hidePopup()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user