summaryrefslogtreecommitdiff
path: root/browser-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-08-19 18:00:57 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-08-19 18:00:57 +0000
commitc554dadd50d8aba201dbc487757d6dfa8caeaf91 (patch)
tree9724602a99cd1ccf1e15458c353be50a3accff74 /browser-plugin
parent27d87977dd56a8743eb3ee3fffd8215d9f37b1ef (diff)
downloadtotem-c554dadd50d8aba201dbc487757d6dfa8caeaf91.tar.gz
Don't put the "Open with Movie Player" menu item at the very top of the
2008-08-19 Bastien Nocera <hadess@hadess.net> * browser-plugin/totem-plugin-viewer.c (totem_embedded_update_menu): Don't put the "Open with Movie Player" menu item at the very top of the contextual menu, people press it by accident (Closes: #516703) svn path=/trunk/; revision=5580
Diffstat (limited to 'browser-plugin')
-rw-r--r--browser-plugin/totem-plugin-viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c
index 673b7a1e6..99695f382 100644
--- a/browser-plugin/totem-plugin-viewer.c
+++ b/browser-plugin/totem-plugin-viewer.c
@@ -1099,7 +1099,7 @@ totem_embedded_update_menu (TotemEmbedded *emb)
emb->menu_item = item;
menu = GTK_MENU_SHELL (gtk_builder_get_object (emb->menuxml, "menu"));
- gtk_menu_shell_prepend (menu, item);
+ gtk_menu_shell_insert (menu, item, 1);
}
static void