diff options
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 3e77553b3..6dbbc0b3b 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1003,7 +1003,8 @@ chat_window_set_highlight_room_tab_label (EmpathyChat *chat) if (!empathy_chat_is_room (chat)) return; - markup = g_markup_printf_escaped ("<span color=\"red\">%s</span>", + markup = g_markup_printf_escaped ( + "<span color=\"red\" weight=\"bold\">%s</span>", empathy_chat_get_name (chat)); widget = g_object_get_data (G_OBJECT (chat), "chat-window-tab-label"); |