diff options
-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 cc5d2e20f..0c01617bb 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -964,7 +964,7 @@ chat_window_update_chat_tab_full (EmpathyChat *chat, if (!EMP_STR_EMPTY (status)) append_markup_printf (tooltip, "\n<i>%s</i>", status); - if (subject) + if (!EMP_STR_EMPTY (subject)) append_markup_printf (tooltip, "\n<b>%s</b> %s", _("Topic:"), subject); |