diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-09 17:10:26 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-09 17:10:26 +0800 |
commit | 48767187edcf5e3e2cac0e08bacfcaa3c735ee49 (patch) | |
tree | 450ee3a99c1d1cb6bb7b268042fc0c16d686abab /libempathy-gtk | |
parent | b28c2c17566ac07565b98e6720c7a6a5ec927ad1 (diff) | |
parent | b6041ca821ce4b9c3c527caee9e30fef6d2a2870 (diff) | |
download | gsoc2013-empathy-48767187edcf5e3e2cac0e08bacfcaa3c735ee49.tar gsoc2013-empathy-48767187edcf5e3e2cac0e08bacfcaa3c735ee49.tar.gz gsoc2013-empathy-48767187edcf5e3e2cac0e08bacfcaa3c735ee49.tar.bz2 gsoc2013-empathy-48767187edcf5e3e2cac0e08bacfcaa3c735ee49.tar.lz gsoc2013-empathy-48767187edcf5e3e2cac0e08bacfcaa3c735ee49.tar.xz gsoc2013-empathy-48767187edcf5e3e2cac0e08bacfcaa3c735ee49.tar.zst gsoc2013-empathy-48767187edcf5e3e2cac0e08bacfcaa3c735ee49.zip |
Merge commit 'gmillaires/fix-564259'
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
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 | |