diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2011-03-18 03:23:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2011-03-18 03:23:51 +0000 |
commit | 91b926facdb6668d679a7eea33193c9ab0462292 (patch) | |
tree | 382d6775e4a7dd49d5d18678804ab0b8bd71a061 /graphics/shotwell | |
parent | 236f72f7779b764a6b79fbb2d9d763ad68784335 (diff) | |
download | ports-91b926facdb6668d679a7eea33193c9ab0462292.tar.gz ports-91b926facdb6668d679a7eea33193c9ab0462292.zip |
Notes
Diffstat (limited to 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/files/patch-src_Dialogs.vala | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/shotwell/files/patch-src_Dialogs.vala b/graphics/shotwell/files/patch-src_Dialogs.vala new file mode 100644 index 000000000000..5b2a1643b96b --- /dev/null +++ b/graphics/shotwell/files/patch-src_Dialogs.vala @@ -0,0 +1,11 @@ +--- src/Dialogs.vala.orig 2011-03-17 22:13:24.000000000 -0500 ++++ src/Dialogs.vala 2011-03-17 22:14:45.000000000 -0500 +@@ -1449,7 +1449,7 @@ + ((FileIcon) app_icon).get_file().get_path()), Resources.DEFAULT_ICON_SCALE, + Gdk.InterpType.BILINEAR, false)); + } else if (app_icon is ThemedIcon) { +- unowned Gdk.Pixbuf icon_pixbuf = ++ Gdk.Pixbuf icon_pixbuf = + Gtk.IconTheme.get_default().load_icon(((ThemedIcon) app_icon).get_names()[0], + Resources.DEFAULT_ICON_SCALE, Gtk.IconLookupFlags.FORCE_SIZE); + |