diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-06-08 03:58:13 +0800 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-06-08 03:59:09 +0800 |
commit | 32d9b5f6dced1d8a51daa5bdced9d2784c1f0698 (patch) | |
tree | eb60a17e2b5b1c41f6749fcb13f357171d8be289 /src | |
parent | c6b5ba56f7156b911e2292b2b638ebd46577ae99 (diff) | |
download | gsoc2013-empathy-32d9b5f6dced1d8a51daa5bdced9d2784c1f0698.tar gsoc2013-empathy-32d9b5f6dced1d8a51daa5bdced9d2784c1f0698.tar.gz gsoc2013-empathy-32d9b5f6dced1d8a51daa5bdced9d2784c1f0698.tar.bz2 gsoc2013-empathy-32d9b5f6dced1d8a51daa5bdced9d2784c1f0698.tar.lz gsoc2013-empathy-32d9b5f6dced1d8a51daa5bdced9d2784c1f0698.tar.xz gsoc2013-empathy-32d9b5f6dced1d8a51daa5bdced9d2784c1f0698.tar.zst gsoc2013-empathy-32d9b5f6dced1d8a51daa5bdced9d2784c1f0698.zip |
Italicize status message in tooltip
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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<i>%s</i>", status); } } else { |