From 32d9b5f6dced1d8a51daa5bdced9d2784c1f0698 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Sun, 7 Jun 2009 20:58:13 +0100 Subject: Italicize status message in tooltip --- src/empathy-chat-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-chat-window.c') diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 6d160612d..41bd20e15 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -457,7 +457,7 @@ chat_window_update_chat_tab (EmpathyChat *chat) status = empathy_contact_get_presence_message (remote_contact); if (!EMP_STR_EMPTY (status)) { - append_markup_printf (tooltip, "\n%s", status); + append_markup_printf (tooltip, "\n%s", status); } } else { -- cgit v1.2.3