From 6012d3370cd2d8c39a01f1e8fca226d4ba1be887 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 15 Feb 2009 22:48:08 -0600 Subject: Putting a little handle on the indicators. Works for GNOME Panel. --- src/applet-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/applet-main.c b/src/applet-main.c index c830230..027c697 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -103,7 +103,7 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) /* Set panel options */ gtk_container_set_border_width(GTK_CONTAINER (applet), 0); - panel_applet_set_flags(applet, PANEL_APPLET_EXPAND_MINOR); + panel_applet_set_flags(applet, PANEL_APPLET_EXPAND_MINOR | PANEL_APPLET_HAS_HANDLE); /* Init some theme/icon stuff */ gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(), -- cgit v1.2.3