Swap Next Tab and Previous Tab menu items
This commit is contained in:
parent
cc7bc356e8
commit
ae0c01705a
1 changed files with 2 additions and 2 deletions
|
@ -2931,11 +2931,11 @@ _action_window_populate_popup (GtkAction* action,
|
|||
gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), menuitem);
|
||||
gtk_widget_show (menuitem);
|
||||
menuitem = gtk_action_create_menu_item (
|
||||
_action_by_name (browser, "TabPrevious"));
|
||||
_action_by_name (browser, "TabNext"));
|
||||
gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), menuitem);
|
||||
gtk_widget_show (menuitem);
|
||||
menuitem = gtk_action_create_menu_item (
|
||||
_action_by_name (browser, "TabNext"));
|
||||
_action_by_name (browser, "TabPrevious"));
|
||||
gtk_menu_shell_prepend (GTK_MENU_SHELL (menu), menuitem);
|
||||
gtk_widget_show (menuitem);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue