[empathy] Italicize status message in tooltip
- From: Will Thompson <wjt src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] Italicize status message in tooltip
- Date: Mon, 8 Jun 2009 04:42:38 -0400 (EDT)
commit 32d9b5f6dced1d8a51daa5bdced9d2784c1f0698
Author: Will Thompson <will thompson collabora co uk>
Date: Sun Jun 7 20:58:13 2009 +0100
Italicize status message in tooltip
---
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 6d16061..41bd20e 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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]