]> git.0d.be Git - empathy.git/commitdiff
Italicize status message in tooltip
authorWill Thompson <will.thompson@collabora.co.uk>
Sun, 7 Jun 2009 19:58:13 +0000 (20:58 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Sun, 7 Jun 2009 19:59:09 +0000 (20:59 +0100)
src/empathy-chat-window.c

index 6d160612dd9ade3efb2e2a4fc6d24b51a9eb9f5f..41bd20e15bd370e319463b5dc7ff676fd9cdaf1c 100644 (file)
@@ -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<i>%s</i>", status);
                }
        }
        else {