r11228 - in /packages/unstable/gossip/debian: changelog patches/01-fix_avatars_setting.patch

nobse at users.alioth.debian.org nobse at users.alioth.debian.org
Thu May 31 12:54:12 UTC 2007


Author: nobse
Date: Thu May 31 12:54:12 2007
New Revision: 11228

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11228
Log:
Added a new patch from svn to fix enabling/disabling avatars.

Added:
    packages/unstable/gossip/debian/patches/01-fix_avatars_setting.patch
Modified:
    packages/unstable/gossip/debian/changelog

Modified: packages/unstable/gossip/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/changelog?rev=11228&op=diff
==============================================================================
--- packages/unstable/gossip/debian/changelog (original)
+++ packages/unstable/gossip/debian/changelog Thu May 31 12:54:12 2007
@@ -1,3 +1,9 @@
+gossip (0.26-2) unstable; urgency=low
+
+  * Added a new patch from svn to fix enabling/disabling avatars.
+
+ -- Norbert Tretkowski <nobse at debian.org>  Thu, 31 May 2007 14:46:07 +0200
+
 gossip (0.26-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/unstable/gossip/debian/patches/01-fix_avatars_setting.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/patches/01-fix_avatars_setting.patch?rev=11228&op=file
==============================================================================
--- packages/unstable/gossip/debian/patches/01-fix_avatars_setting.patch (added)
+++ packages/unstable/gossip/debian/patches/01-fix_avatars_setting.patch Thu May 31 12:54:12 2007
@@ -1,0 +1,11 @@
+--- src/gossip-contact-list.c	(Revision 2436)
++++ src/gossip-contact-list.c	(Revision 2437)
+@@ -3507,7 +3507,7 @@
+ 
+ 	priv->show_avatars = show_avatars;
+ 
+-	model = gtk_tree_view_get_model (GTK_TREE_VIEW (list));
++	model = GTK_TREE_MODEL (priv->store);
+ 
+ 	gtk_tree_model_foreach (model,
+ 				(GtkTreeModelForeachFunc)




More information about the pkg-gnome-commits mailing list