[gnome-panel] Revert "Remove Help item from menubar right click"



commit 69940432a8dda5471d2bfe4854a226686a42bfbe
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Feb 22 22:46:58 2011 +0100

    Revert "Remove Help item from menubar right click"
    
    This reverts commit 6a2dcc1fa81d52f16d371fd4b4336a439214c41b.
    
    I happen to disagree with this one; see comment in one of my later
    commits.

 gnome-panel/panel-menu-bar.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gnome-panel/panel-menu-bar.c b/gnome-panel/panel-menu-bar.c
index b4fe130..0c101b1 100644
--- a/gnome-panel/panel-menu-bar.c
+++ b/gnome-panel/panel-menu-bar.c
@@ -313,6 +313,12 @@ panel_menu_bar_load (PanelWidget *panel,
 		return;
 	}
 
+	panel_applet_add_callback (menubar->priv->info,
+				   "help",
+				   GTK_STOCK_HELP,
+				   _("_Help"),
+				   NULL);
+
 	if (panel_is_program_in_path ("alacarte") ||
 	    panel_is_program_in_path ("gmenu-simple-editor")) {
 		panel_applet_add_callback (menubar->priv->info,



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