totem r6208 - in branches/gnome-2-26: . src/plugins/thumbnail



Author: hadess
Date: Tue Mar 31 14:56:59 2009
New Revision: 6208
URL: http://svn.gnome.org/viewvc/totem?rev=6208&view=rev

Log:
2009-03-31  Bastien Nocera  <hadess hadess net>

	* src/plugins/thumbnail/totem-thumbnail.c (set_icon_to_default):
	Patch from Philip Withnall <philip tecnocode co uk> to reset the
	icon properly, see bug #573973



Modified:
   branches/gnome-2-26/ChangeLog
   branches/gnome-2-26/src/plugins/thumbnail/totem-thumbnail.c

Modified: branches/gnome-2-26/src/plugins/thumbnail/totem-thumbnail.c
==============================================================================
--- branches/gnome-2-26/src/plugins/thumbnail/totem-thumbnail.c	(original)
+++ branches/gnome-2-26/src/plugins/thumbnail/totem-thumbnail.c	Tue Mar 31 14:56:59 2009
@@ -96,6 +96,7 @@
 	g_return_if_fail (TOTEM_IS_OBJECT (totem));
 
 	window = totem_get_main_window (totem);
+	gtk_window_set_icon (window, NULL);
 	gtk_window_set_icon_name (window, "totem");
 }
 



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