diff options
author | Ted Gould <ted@canonical.com> | 2009-02-15 22:48:08 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-15 22:48:08 -0600 |
commit | 6012d3370cd2d8c39a01f1e8fca226d4ba1be887 (patch) | |
tree | 9fa4aca4d65f1498bdd01bf2cfb04df0a0bbd0c8 /src | |
parent | 975000d7ab53c8f58468f0f648f991892e092833 (diff) | |
download | libayatana-indicator-6012d3370cd2d8c39a01f1e8fca226d4ba1be887.tar.gz libayatana-indicator-6012d3370cd2d8c39a01f1e8fca226d4ba1be887.tar.bz2 libayatana-indicator-6012d3370cd2d8c39a01f1e8fca226d4ba1be887.zip |
Putting a little handle on the indicators. Works for GNOME Panel.
Diffstat (limited to 'src')
-rw-r--r-- | src/applet-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(), |