1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix the build with newer vala that was updated a few days ago.

Reported by:	pointyhat (pav)
Obtained from:	Its git
This commit is contained in:
Jeremy Messenger 2011-03-18 03:23:51 +00:00
parent 236f72f777
commit 91b926facd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271203

View File

@ -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);