diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11/gnome-launch-box/files/patch-src_lb-module-evolution.c | |
parent | - Add goocanvas (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'x11/gnome-launch-box/files/patch-src_lb-module-evolution.c')
-rw-r--r-- | x11/gnome-launch-box/files/patch-src_lb-module-evolution.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome-launch-box/files/patch-src_lb-module-evolution.c b/x11/gnome-launch-box/files/patch-src_lb-module-evolution.c new file mode 100644 index 000000000000..b0643f9b7963 --- /dev/null +++ b/x11/gnome-launch-box/files/patch-src_lb-module-evolution.c @@ -0,0 +1,13 @@ +--- src/lb-module-evolution.c.orig Sat Sep 30 02:32:56 2006 ++++ src/lb-module-evolution.c Sat Sep 30 02:33:58 2006 +@@ -258,8 +258,8 @@ + + g_print ("Loading image\n"); + loader = gdk_pixbuf_loader_new (); +- gdk_pixbuf_loader_write (loader, photo->data, +- photo->length, NULL); ++ gdk_pixbuf_loader_write (loader, photo->data.inlined.data, ++ photo->data.inlined.length, NULL); + pixbuf = gdk_pixbuf_loader_get_pixbuf (loader); + if (pixbuf) { + g_object_set (item, |