[Panel-devel] url applet

Matías Costa m.costacano at gmail.com
Wed Sep 26 00:59:06 CEST 2007


Some time ago there was an agree to use the url applet in the desktop applet 
for the icons, and not a Plasma::Icon subclass as is now. 

Right now this applet is not build. Is it ok to add it to the CMakeList?

The url applet needs some love, and Plasma::Icon too, the cache stuff broke 
the text and the state painting (look the desktop applet)

One more question. This is the url applet constructor

    if (args.count() > 2) {
        setUrl(args.at(2));
    } else {
        setUrl(cg.readEntry("Url"));
    }

What are supossed to be the args 0 and 1?


More information about the Panel-devel mailing list