f-spot r4555 - trunk/src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4555 - trunk/src
- Date: Sun, 2 Nov 2008 13:07:08 +0000 (UTC)
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]