[Bug 155241] Desktop icons are added after every login

Christopher Blauvelt cblauvelt at gmail.com
Fri Mar 7 00:32:14 CET 2008


>
> i know it's easy to say but it's just to check if the icons are already
> included in plasma-appletsrc before adding them again
>

That's done here in iconloader.cpp.
//build list of current icons
    foreach (Plasma::Applet* applet, m_desktop->applets()) {
        if (applet->name() == i18n("Icon")) {
            addIcon(applet);
        }
    }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/panel-devel/attachments/20080306/5e591f2b/attachment.html 


More information about the Panel-devel mailing list