aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/empathy-main-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 053672889..5be861dba 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -394,7 +394,7 @@ main_window_error_display (EmpathyMainWindow *window,
g_signal_connect (child, "response",
G_CALLBACK (main_window_error_infobar_button_clicked_cb),
window);
-
+
str = g_markup_printf_escaped ("<b>%s</b>\n\n%s",
tp_account_get_display_name (account),
message);