totem r5580 - in trunk: . browser-plugin



Author: hadess
Date: Tue Aug 19 18:00:57 2008
New Revision: 5580
URL: http://svn.gnome.org/viewvc/totem?rev=5580&view=rev

Log:
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)



Modified:
   trunk/ChangeLog
   trunk/browser-plugin/totem-plugin-viewer.c

Modified: trunk/browser-plugin/totem-plugin-viewer.c
==============================================================================
--- trunk/browser-plugin/totem-plugin-viewer.c	(original)
+++ trunk/browser-plugin/totem-plugin-viewer.c	Tue Aug 19 18:00:57 2008
@@ -1099,7 +1099,7 @@
 	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



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