Comment 6 for bug 725584

Revision history for this message
Sebastian Geiger (lanoxx) wrote :

Ok, I figured it out. There is actually a simple fix for it:

just call this

    panel_applet_set_background_widget(applet, GTK_WIDGET(applet)); //passing applet for the first and second parameter

when the applet is being initialized.