aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-05-25 21:53:52 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-25 21:53:52 +0800
commit5e4109c79e8892dd29690c35ac21cd0d3921ced7 (patch)
tree8314ec8d3b8328981f9094b469ed907f1f95307a /libempathy
parentc946da8f9810d4f56c02f5147ff7265cb30e23cc (diff)
downloadgsoc2013-empathy-5e4109c79e8892dd29690c35ac21cd0d3921ced7.tar
gsoc2013-empathy-5e4109c79e8892dd29690c35ac21cd0d3921ced7.tar.gz
gsoc2013-empathy-5e4109c79e8892dd29690c35ac21cd0d3921ced7.tar.bz2
gsoc2013-empathy-5e4109c79e8892dd29690c35ac21cd0d3921ced7.tar.lz
gsoc2013-empathy-5e4109c79e8892dd29690c35ac21cd0d3921ced7.tar.xz
gsoc2013-empathy-5e4109c79e8892dd29690c35ac21cd0d3921ced7.tar.zst
gsoc2013-empathy-5e4109c79e8892dd29690c35ac21cd0d3921ced7.zip
Fix refcounting of GossipGroupChat. Add debug message when alias request
2007-05-25 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-group-chat.c: Fix refcounting of GossipGroupChat. * libempathy/empathy-tp-contact-list.c: Add debug message when alias request fails. * data/22x22/empathy-group-message.png: * data/22x22/Makefile.am: Add group message icon. svn path=/trunk/; revision=94
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-contact-list.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c
index 0bbd46a95..8338e9eb4 100644
--- a/libempathy/empathy-tp-contact-list.c
+++ b/libempathy/empathy-tp-contact-list.c
@@ -1714,7 +1714,12 @@ tp_contact_list_request_aliases_cb (DBusGProxy *proxy,
guint i = 0;
gchar **name;
- for (name = contact_names; *name && !error; name++) {
+ if (error) {
+ gossip_debug (DEBUG_DOMAIN, "Error requesting aliases: %s",
+ error->message);
+ }
+
+ for (name = contact_names; *name; name++) {
GossipContact *contact;
contact = empathy_tp_contact_list_get_from_handle (data->list,