Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 316737 | Differences between
and this patch

Collapse All | Expand All

(-)workspace/powerdevil/daemon/PowerDevilDaemon.cpp (-4 lines)
Lines 985-994 Link Here
985
void PowerDevilDaemon::emitNotification(const QString &evid, const QString &message,
985
void PowerDevilDaemon::emitNotification(const QString &evid, const QString &message,
986
                                        const char *slot, const QString &iconname)
986
                                        const char *slot, const QString &iconname)
987
{
987
{
988
    if (slot) {
989
        QTimer::singleShot(0, this, slot);
990
    }
991
992
    if (!slot) {
988
    if (!slot) {
993
        KNotification::event(evid, message, KIcon(iconname).pixmap(20, 20),
989
        KNotification::event(evid, message, KIcon(iconname).pixmap(20, 20),
994
                             0, KNotification::CloseOnTimeout, d->applicationData);
990
                             0, KNotification::CloseOnTimeout, d->applicationData);

Return to bug 316737