]> spindle.queued.net Git - midori/commitdiff
Remove Preferences and Menubar items from the context menu
authorChristian Dywan <christian@twotoasts.de>
Mon, 22 Jun 2009 19:27:52 +0000 (21:27 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 22 Jun 2009 19:27:52 +0000 (21:27 +0200)
midori/midori-view.c

index 41d99546f500e7e089b279f0684cf88b2c53d7cf..094fc7db238daed021ca4961aab062a2a1534865 100644 (file)
@@ -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);