summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-27 06:41:16 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-27 06:41:16 +0800
commit9e39a52f51262acb3abecf71b6eea2b04ea99db7 (patch)
treeb54eafeb700761deeb88fbf02a1a21698fbc5a6b /deskutils/deskbar-applet/files
parent411f73df3d07c1fcca670fe0166c962333c75503 (diff)
downloadmarcuscom-ports-9e39a52f51262acb3abecf71b6eea2b04ea99db7.tar
marcuscom-ports-9e39a52f51262acb3abecf71b6eea2b04ea99db7.tar.gz
marcuscom-ports-9e39a52f51262acb3abecf71b6eea2b04ea99db7.tar.bz2
marcuscom-ports-9e39a52f51262acb3abecf71b6eea2b04ea99db7.tar.lz
marcuscom-ports-9e39a52f51262acb3abecf71b6eea2b04ea99db7.tar.xz
marcuscom-ports-9e39a52f51262acb3abecf71b6eea2b04ea99db7.tar.zst
marcuscom-ports-9e39a52f51262acb3abecf71b6eea2b04ea99db7.zip
Update to 2.15.90.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6831 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet/files')
-rw-r--r--deskutils/deskbar-applet/files/patch-deskbar_evolution_evolution.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/deskbar-applet/files/patch-deskbar_evolution_evolution.c b/deskutils/deskbar-applet/files/patch-deskbar_evolution_evolution.c
deleted file mode 100644
index 6274c5e95..000000000
--- a/deskutils/deskbar-applet/files/patch-deskbar_evolution_evolution.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- deskbar/evolution/evolution.c.orig Tue Jul 25 23:49:21 2006
-+++ deskbar/evolution/evolution.c Tue Jul 25 23:49:57 2006
-@@ -104,7 +104,7 @@ pixbuf_from_contact (EContact *contact)
-
- loader = gdk_pixbuf_loader_new ();
-
-- if (gdk_pixbuf_loader_write (loader, (guchar *) photo->data, photo->length, NULL))
-+ if (gdk_pixbuf_loader_write (loader, (guchar *) photo->data.inlined.data, photo->data.inlined.length, NULL))
- pixbuf = gdk_pixbuf_loader_get_pixbuf (loader);
-
- if (pixbuf) {