[Pkg-telepathy-commits] ./packages/unstable/empathy r78: * patches/fix_setting_avatar.patch

Sjoerd Simons sjoerd at luon.net
Sat Jan 5 15:55:10 UTC 2008


------------------------------------------------------------
revno: 78
committer: Sjoerd Simons <sjoerd at luon.net>
branch nick: empathy
timestamp: Sat 2008-01-05 16:55:10 +0100
message:
  * patches/fix_setting_avatar.patch
    - Added. Fix setting avatars
added:
  patches/fix_setting_avatar.patch
modified:
  changelog
-------------- next part --------------
=== added file 'patches/fix_setting_avatar.patch'
--- a/patches/fix_setting_avatar.patch	1970-01-01 00:00:00 +0000
+++ b/patches/fix_setting_avatar.patch	2008-01-05 15:55:10 +0000
@@ -0,0 +1,13 @@
+Index: libempathy-gtk/empathy-avatar-chooser.c
+===================================================================
+--- libempathy-gtk/empathy-avatar-chooser.c	(revision 529)
++++ libempathy-gtk/empathy-avatar-chooser.c	(revision 530)
+@@ -558,7 +558,7 @@
+ 	if (data) {
+ 		*data = priv->image_data;
+ 	}
+-	if (*data_size) {
++	if (data_size) {
+ 		*data_size = priv->image_data_size;
+ 	}
+ 	if (mime_type) {

=== modified file 'changelog'
--- a/changelog	2007-12-18 11:55:55 +0000
+++ b/changelog	2008-01-05 15:55:10 +0000
@@ -1,8 +1,13 @@
 empathy (0.21.4-1) UNRELEASED; urgency=low
 
+  [ Laurent Bigonville ]
   * New upstream release
   * Bump Standards-Version to 3.7.3, no further changes.
 
+  [ Sjoerd Simons ]
+  * patches/fix_setting_avatar.patch
+    - Added. Fix setting avatars
+
  -- Laurent Bigonville <bigon at bigon.be>  Sat, 08 Dec 2007 19:41:52 +0100
 
 empathy (0.21.3-1) unstable; urgency=low



More information about the Pkg-telepathy-commits mailing list