totem r6209 - in trunk: . src/plugins/thumbnail



Author: hadess
Date: Tue Mar 31 15:11:18 2009
New Revision: 6209
URL: http://svn.gnome.org/viewvc/totem?rev=6209&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:
   trunk/ChangeLog
   trunk/src/plugins/thumbnail/totem-thumbnail.c

Modified: trunk/src/plugins/thumbnail/totem-thumbnail.c
==============================================================================
--- trunk/src/plugins/thumbnail/totem-thumbnail.c	(original)
+++ trunk/src/plugins/thumbnail/totem-thumbnail.c	Tue Mar 31 15:11:18 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]