[f-spot/FSPOT_0_6_0_STABLE] EditTagIcon: fix update preview when using stock icons
- From: Lorenzo Milesi <lmilesi src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot/FSPOT_0_6_0_STABLE] EditTagIcon: fix update preview when using stock icons
- Date: Mon, 24 Aug 2009 08:02:34 +0000 (UTC)
commit c515e5d32cc15ad8befa8133cb96eeaaeeb7564f
Author: Lorenzo Milesi <maxxer yetopen it>
Date: Mon Aug 24 09:48:26 2009 +0200
EditTagIcon: fix update preview when using stock icons
Fix bgo#592713
src/UI.Dialog/EditTagIconDialog.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/UI.Dialog/EditTagIconDialog.cs b/src/UI.Dialog/EditTagIconDialog.cs
index 561387a..954586d 100644
--- a/src/UI.Dialog/EditTagIconDialog.cs
+++ b/src/UI.Dialog/EditTagIconDialog.cs
@@ -139,7 +139,7 @@ namespace FSpot.UI.Dialog
get { return icon_name; }
set {
icon_name = value;
- preview_image.Pixbuf = GtkUtil.TryLoadIcon (FSpot.Global.IconTheme, value, 48, (IconLookupFlags) 0);
+ PreviewPixbuf = GtkUtil.TryLoadIcon (FSpot.Global.IconTheme, value, 48, (IconLookupFlags) 0);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]