SOURCES: gnome-applet-phone-manager-photo.patch (NEW) - removes ph...

aredridel aredridel at pld-linux.org
Tue Aug 22 04:09:48 CEST 2006


Author: aredridel                    Date: Tue Aug 22 02:09:48 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- removes photos from contacts because of evolution-data-server changes

---- Files affected:
SOURCES:
   gnome-applet-phone-manager-photo.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnome-applet-phone-manager-photo.patch
diff -u /dev/null SOURCES/gnome-applet-phone-manager-photo.patch:1.1
--- /dev/null	Tue Aug 22 04:09:48 2006
+++ SOURCES/gnome-applet-phone-manager-photo.patch	Tue Aug 22 04:09:43 2006
@@ -0,0 +1,18 @@
+diff -ur gnome-phone-manager-0.7-o/src/e-contact-entry.c gnome-phone-manager-0.7/src/e-contact-entry.c
+--- gnome-phone-manager-0.7-o/src/e-contact-entry.c	2005-09-09 03:00:18.000000000 -0600
++++ gnome-phone-manager-0.7/src/e-contact-entry.c	2006-08-21 20:08:40.000000000 -0600
+@@ -255,9 +255,11 @@
+ 
+       loader = gdk_pixbuf_loader_new ();
+ 
+-      if (gdk_pixbuf_loader_write (loader, (guchar *)photo->data,
+-			      photo->length, NULL))
+-        pixbuf = gdk_pixbuf_loader_get_pixbuf (loader);
++      //if (gdk_pixbuf_loader_write (loader, (guchar *)photo->data,
++			//    photo->length, NULL))
++      //  pixbuf = gdk_pixbuf_loader_get_pixbuf (loader);
++
++			 pixbuf = NULL;
+ 
+       if (pixbuf) {
+           GdkPixbuf *tmp;
================================================================


More information about the pld-cvs-commit mailing list