aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorGabriel Millaire <millaire.gabriel@gmail.com>2009-06-09 10:52:55 +0800
committerGabriel Millaire <millaire.gabriel@gmail.com>2009-06-09 10:52:55 +0800
commitb6041ca821ce4b9c3c527caee9e30fef6d2a2870 (patch)
tree3e3dc7bb925ca21360c2d3a7f7b8b6f17fe1a20d /libempathy-gtk/empathy-chat.c
parentcc548789733a60b077718c022b6b0e03fc793857 (diff)
downloadgsoc2013-empathy-b6041ca821ce4b9c3c527caee9e30fef6d2a2870.tar
gsoc2013-empathy-b6041ca821ce4b9c3c527caee9e30fef6d2a2870.tar.gz
gsoc2013-empathy-b6041ca821ce4b9c3c527caee9e30fef6d2a2870.tar.bz2
gsoc2013-empathy-b6041ca821ce4b9c3c527caee9e30fef6d2a2870.tar.lz
gsoc2013-empathy-b6041ca821ce4b9c3c527caee9e30fef6d2a2870.tar.xz
gsoc2013-empathy-b6041ca821ce4b9c3c527caee9e30fef6d2a2870.tar.zst
gsoc2013-empathy-b6041ca821ce4b9c3c527caee9e30fef6d2a2870.zip
Activated tooltips feature for MUC contact list
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 248fd116d..0fb77f24c 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -1217,7 +1217,7 @@ chat_set_show_contacts (EmpathyChat *chat, gboolean show)
store = empathy_contact_list_store_new (EMPATHY_CONTACT_LIST (priv->tp_chat));
priv->contact_list_view = GTK_WIDGET (empathy_contact_list_view_new (store,
- EMPATHY_CONTACT_LIST_FEATURE_NONE,
+ EMPATHY_CONTACT_LIST_FEATURE_CONTACT_TOOLTIP,
EMPATHY_CONTACT_FEATURE_CHAT |
EMPATHY_CONTACT_FEATURE_CALL |
EMPATHY_CONTACT_FEATURE_LOG |