From: Christian Dywan Date: Mon, 22 Jun 2009 19:27:52 +0000 (+0200) Subject: Remove Preferences and Menubar items from the context menu X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e01ea42df4bea16823d86c5af299937cd9e119b;p=midori Remove Preferences and Menubar items from the context menu --- diff --git a/midori/midori-view.c b/midori/midori-view.c index 41d99546..094fc7db 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -1308,19 +1308,6 @@ webkit_web_view_populate_popup_cb (WebKitWebView* web_view, gtk_action_group_get_action (actions, "UndoTabClose")); gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem); - if (1) - { - menuitem = gtk_separator_menu_item_new (); - gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem); - gtk_widget_show (menuitem); - menuitem = sokoke_action_create_popup_menu_item ( - gtk_action_group_get_action (actions, "Menubar")); - gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem); - menuitem = sokoke_action_create_popup_menu_item ( - gtk_action_group_get_action (actions, "Preferences")); - gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem); - } - menuitem = gtk_separator_menu_item_new (); gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem); gtk_widget_show (menuitem);