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

nobse at users.alioth.debian.org nobse at users.alioth.debian.org
Sun Sep 30 15:35:50 UTC 2007


Author: nobse
Date: Sun Sep 30 15:35:50 2007
New Revision: 12906

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12906
Log:
Re-added patch from 0.26-2 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=12906&op=diff
==============================================================================
--- packages/unstable/gossip/debian/changelog (original)
+++ packages/unstable/gossip/debian/changelog Sun Sep 30 15:35:50 2007
@@ -1,3 +1,9 @@
+gossip (1:0.26-4) UNRELEASED; urgency=low
+
+  * Re-added patch from 0.26-2 to fix enabling/disabling avatars.
+
+ -- Norbert Tretkowski <nobse at debian.org>  Sun, 30 Sep 2007 17:34:59 +0200
+
 gossip (1:0.26-3) unstable; urgency=medium
 
   * Switch back to release 0.26, because 0.27 is too unstable.

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=12906&op=file
==============================================================================
--- packages/unstable/gossip/debian/patches/01-fix_avatars_setting.patch (added)
+++ packages/unstable/gossip/debian/patches/01-fix_avatars_setting.patch Sun Sep 30 15:35:50 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