[empathy: 1/2] Activated tooltips feature for MUC contact list



commit b6041ca821ce4b9c3c527caee9e30fef6d2a2870
Author: Gabriel Millaire <millaire gabriel gmail com>
Date:   Mon Jun 8 22:52:55 2009 -0400

    Activated tooltips feature for MUC contact list
---
 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 248fd11..0fb77f2 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 |



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]