From c946da8f9810d4f56c02f5147ff7265cb30e23cc Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 25 May 2007 11:05:23 +0000 Subject: Do not use the server entry's value if it's hidden. Do not highlight 2007-05-25 Xavier Claessens * libempathy-gtk/gossip-new-chatroom-dialog.c: Do not use the server entry's value if it's hidden. * libempathy-gtk/gossip-contact-list-view.c:Do not highlight groups when adding them in the roster. * libempathy/empathy-tp-contact-list.c: DO not create new GossipContact object in presence/avatar/alias changed signal if we don't already know that contact from a contact list channel. This should fix DBus max pending calls limit reached in some cases. svn path=/trunk/; revision=93 --- libempathy-gtk/gossip-contact-list-store.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libempathy-gtk/gossip-contact-list-store.c') diff --git a/libempathy-gtk/gossip-contact-list-store.c b/libempathy-gtk/gossip-contact-list-store.c index 816102b2d..c8a43ed5a 100644 --- a/libempathy-gtk/gossip-contact-list-store.c +++ b/libempathy-gtk/gossip-contact-list-store.c @@ -1164,10 +1164,10 @@ contact_list_store_get_group_foreach (GtkTreeModel *model, static void contact_list_store_get_group (GossipContactListStore *store, - const gchar *name, - GtkTreeIter *iter_group_to_set, - GtkTreeIter *iter_separator_to_set, - gboolean *created) + const gchar *name, + GtkTreeIter *iter_group_to_set, + GtkTreeIter *iter_separator_to_set, + gboolean *created) { GossipContactListStorePriv *priv; GtkTreeModel *model; -- cgit v1.2.3