f-spot r4555 - trunk/src



Author: sdelcroix
Date: Sun Nov  2 13:07:08 2008
New Revision: 4555
URL: http://svn.gnome.org/viewvc/f-spot?rev=4555&view=rev

Log:
fixes bgo 557793

Modified:
   trunk/src/TagSelectionWidget.cs

Modified: trunk/src/TagSelectionWidget.cs
==============================================================================
--- trunk/src/TagSelectionWidget.cs	(original)
+++ trunk/src/TagSelectionWidget.cs	Sun Nov  2 13:07:08 2008
@@ -191,7 +191,7 @@
 		SetBackground (renderer, tag);
 
 		// FIXME I can't set the Pixbuf to null, not sure if it's a GTK# bug...
-		if (tag.Icon != null) {
+		if (tag.SizedIcon != null) {
 			if (FSpot.ColorManagement.IsEnabled) {
 				//FIXME
 				Gdk.Pixbuf temp = tag.SizedIcon.Copy();



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