blob: 2ce6c8e62ca46551f93927f5872333f20f766ace (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/e-contact-entry.c.orig Sat Sep 30 19:54:33 2006
+++ src/e-contact-entry.c Sat Sep 30 19:56:09 2006
@@ -261,8 +261,8 @@
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) {
|