diff options
| author | Ted Gould <ted@canonical.com> | 2008-11-12 16:14:24 -0600 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-11-12 16:14:24 -0600 |
| commit | dd64e6ad33202f5fc54269d287c52a7d173d21d6 (patch) | |
| tree | b13fec3f7dbbecb992f2d6140039c594ff5c2c68 /src | |
| parent | 9d5abe0b9023f29fd91e43131bc473c5af926761 (diff) | |
| download | libayatana-indicator-dd64e6ad33202f5fc54269d287c52a7d173d21d6.tar.gz libayatana-indicator-dd64e6ad33202f5fc54269d287c52a7d173d21d6.tar.bz2 libayatana-indicator-dd64e6ad33202f5fc54269d287c52a7d173d21d6.zip | |
Ah, forgot to show the applet itself.
Diffstat (limited to 'src')
| -rw-r--r-- | src/applet-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/applet-main.c b/src/applet-main.c index 222d0c8..98c34a0 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -30,5 +30,6 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) gtk_container_add(GTK_CONTAINER(applet), hbox); gtk_widget_show(hbox); + gtk_widget_show(GTK_WIDGET(applet)); return TRUE; } |
