From 5e2b739a6b7fc2173e0979840e58fe385cf8744b Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 20 Jun 2007 15:35:08 +0000 Subject: Update to 2.19.0. Reminded by: Yasuda Keisuke git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9058 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-libgnomeui_gnome-thumbnail.c | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-thumbnail.c diff --git a/x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-thumbnail.c b/x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-thumbnail.c deleted file mode 100644 index c3c751eff..000000000 --- a/x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-thumbnail.c +++ /dev/null @@ -1,28 +0,0 @@ ---- libgnomeui/gnome-thumbnail.c.orig Sat Jan 21 23:11:21 2006 -+++ libgnomeui/gnome-thumbnail.c Sat Jan 21 23:10:52 2006 -@@ -994,11 +994,7 @@ gnome_thumbnail_factory_generate_thumbna - return NULL; - - width = gdk_pixbuf_get_width (pixbuf); -- g_object_set_data_full (G_OBJECT (pixbuf), "gnome-thumbnail-width", -- g_strdup_printf ("%d", width), g_free); - height = gdk_pixbuf_get_height (pixbuf); -- g_object_set_data_full (G_OBJECT (pixbuf), "gnome-thumbnail-height", -- g_strdup_printf ("%d", height), g_free); - - if (width > size || height > size) - { -@@ -1011,6 +1007,13 @@ gnome_thumbnail_factory_generate_thumbna - g_object_unref (pixbuf); - pixbuf = scaled; - } -+ -+ width = gdk_pixbuf_get_width (pixbuf); -+ g_object_set_data_full (G_OBJECT (pixbuf), "gnome-thumbnail-width", -+ g_strdup_printf ("%d", width), g_free); -+ height = gdk_pixbuf_get_height (pixbuf); -+ g_object_set_data_full (G_OBJECT (pixbuf), "gnome-thumbnail-height", -+ g_strdup_printf ("%d", height), g_free); - - return pixbuf; - } -- cgit v1.2.3