From 8336b570cdea01988168ee3efc0147a3af12ce76 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 15 Feb 2009 22:56:27 -0600 Subject: This function seems to set up the widget correctly with the background. It's undocumented, but most other applets seem to do it. --- src/applet-main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/applet-main.c b/src/applet-main.c index 027c697..57dc6b3 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -127,6 +127,7 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) gtk_container_set_border_width(GTK_CONTAINER(menubar), 0); gtk_container_add(GTK_CONTAINER(applet), menubar); + panel_applet_set_background_widget(applet, menubar); gtk_widget_show(menubar); /* load 'em */ -- cgit v1.2.3