diff options
author | Ted Gould <ted@canonical.com> | 2008-11-24 21:34:09 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-11-24 21:34:09 -0600 |
commit | 3f3e49b585d2c807b12e79d625099a023ead870a (patch) | |
tree | 793025bb121678b3f8352044001d2b3e786628fd /src | |
parent | edb2f89c69f8c0c0e2380d6f2887134970c47b6c (diff) | |
download | libayatana-indicator-3f3e49b585d2c807b12e79d625099a023ead870a.tar.gz libayatana-indicator-3f3e49b585d2c807b12e79d625099a023ead870a.tar.bz2 libayatana-indicator-3f3e49b585d2c807b12e79d625099a023ead870a.zip |
Removing the test menu item.
Diffstat (limited to 'src')
-rw-r--r-- | src/applet-main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/applet-main.c b/src/applet-main.c index 690c7ed..5f5461a 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -43,10 +43,6 @@ applet_fill_cb (PanelApplet * applet, const gchar * iid, gpointer data) gtk_container_add(GTK_CONTAINER(applet), menubar); gtk_widget_show(menubar); - GtkWidget * item = gtk_menu_item_new_with_label("Test"); - gtk_menu_shell_append(GTK_MENU_SHELL(menubar), item); - gtk_widget_show(item); - for (i = 0; indicators[i] != NULL; i++) { GtkWidget * item = indicators[i](); if (item == NULL) continue; |