~ubuntu-branches/ubuntu/utopic/gossip/utopic

« back to all changes in this revision

Viewing changes to debian/patches/01-fix_avatars_setting.patch

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2007-05-31 14:46:07 UTC
  • Revision ID: james.westby@ubuntu.com-20070531144607-4h7on5zfj0duwl82
Tags: 0.26-2
Added a new patch from svn to fix enabling/disabling avatars.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- src/gossip-contact-list.c   (Revision 2436)
 
2
+++ src/gossip-contact-list.c   (Revision 2437)
 
3
@@ -3507,7 +3507,7 @@
 
4
 
 
5
        priv->show_avatars = show_avatars;
 
6
 
 
7
-       model = gtk_tree_view_get_model (GTK_TREE_VIEW (list));
 
8
+       model = GTK_TREE_MODEL (priv->store);
 
9
 
 
10
        gtk_tree_model_foreach (model,
 
11
                                (GtkTreeModelForeachFunc)