[gnome-panel] panel: Remove Online Accounts item from the user menu



commit c391e9dab0b6cc276591d9bd11c724f541acf2ca
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sat Sep 8 23:11:38 2012 -0400

    panel: Remove Online Accounts item from the user menu
    
    Thanks Michael Biebl for the patch!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683650

 gnome-panel/panel-menu-items.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gnome-panel/panel-menu-items.c b/gnome-panel/panel-menu-items.c
index ba1bd20..be60a00 100644
--- a/gnome-panel/panel-menu-items.c
+++ b/gnome-panel/panel-menu-items.c
@@ -1377,11 +1377,6 @@ panel_desktop_menu_item_create_menu (PanelDesktopMenuItem *desktop_item,
 		add_menu_separator (desktop_menu);
 #endif
 
-	item = panel_menu_item_desktop_new ("gnome-online-accounts-panel.desktop",
-					    NULL, FALSE);
-	if (item)
-		gtk_menu_shell_append (GTK_MENU_SHELL (desktop_menu), item);
-
 	/* Do not force the string like in gnome-shell, but just use the one
 	 * from the .desktop file */
 	item = panel_menu_item_desktop_new ("gnome-control-center.desktop",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]