From c6b5ba56f7156b911e2292b2b638ebd46577ae99 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sun, 7 Jun 2009 20:57:29 +0100 Subject: Don't include "Available"/"Away"... in tooltips I don't think including the default string for a status adds anything to the tooltips. --- src/empathy-chat-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index ab3de4092..6d160612d 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -454,9 +454,9 @@ chat_window_update_chat_tab (EmpathyChat *chat) empathy_contact_get_id (remote_contact), mc_account_get_display_name (account)); - status = empathy_contact_get_status (remote_contact); + status = empathy_contact_get_presence_message (remote_contact); - if (status) { + if (!EMP_STR_EMPTY (status)) { append_markup_printf (tooltip, "\n%s", status); } } -- cgit v1.2.3