SOURCES: gossip-pixbuf.patch (NEW) - added from http://cvs.fedora....
aredridel
aredridel at pld-linux.org
Thu May 31 02:08:52 CEST 2007
Author: aredridel Date: Thu May 31 00:08:51 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added from http://cvs.fedora.redhat.com/viewcvs/*checkout*/devel/gossip/gossip-0.25-pixbuf.patch?root=extras
---- Files affected:
SOURCES:
gossip-pixbuf.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/gossip-pixbuf.patch
diff -u /dev/null SOURCES/gossip-pixbuf.patch:1.1
--- /dev/null Thu May 31 02:08:51 2007
+++ SOURCES/gossip-pixbuf.patch Thu May 31 02:08:46 2007
@@ -0,0 +1,31 @@
+--- trunk/libgossip/gossip-avatar.c 2007/05/29 17:43:58 2423
++++ trunk/libgossip/gossip-avatar.c 2007/05/29 22:01:22 2424
+@@ -221,6 +221,8 @@
+ GdkPixbuf *
+ gossip_avatar_get_pixbuf (GossipAvatar *avatar)
+ {
++ g_return_val_if_fail (avatar != NULL, NULL);
++
+ if (!avatar->pixbuf) {
+ avatar->pixbuf = avatar_create_pixbuf (avatar, AVATAR_SIZE);
+ }
+--- trunk/src/gossip-notify.c 2007/05/29 17:43:58 2423
++++ trunk/src/gossip-notify.c 2007/05/29 22:01:22 2424
+@@ -217,7 +217,7 @@
+ &show_avatars);
+
+ if (show_avatars) {
+- pixbuf = gossip_avatar_get_pixbuf (gossip_contact_get_avatar (contact));
++ pixbuf = gossip_contact_get_avatar_pixbuf (contact);
+ }
+
+ if (pixbuf) {
+@@ -322,7 +322,7 @@
+ &show_avatars);
+
+ if (show_avatars) {
+- pixbuf = gossip_avatar_get_pixbuf (gossip_contact_get_avatar (contact));
++ pixbuf = gossip_contact_get_avatar_pixbuf (contact);
+ }
+
+ if (pixbuf) {
================================================================
More information about the pld-cvs-commit
mailing list