aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
authorFelix Kaser <f.kaser@gmx.net>2009-11-10 16:58:30 +0800
committerFelix Kaser <f.kaser@gmx.net>2009-11-10 22:26:18 +0800
commit8beb22ec2d4977bc1fc45260840188fdd793f0aa (patch)
tree5a2f2a5d77339e0aa4d10ca246b8f5b6cb741dd5 /src/empathy-main-window.c
parent53ef8f9b779e5f97f71c6fead1078c7bd4961637 (diff)
downloadgsoc2013-empathy-8beb22ec2d4977bc1fc45260840188fdd793f0aa.tar
gsoc2013-empathy-8beb22ec2d4977bc1fc45260840188fdd793f0aa.tar.gz
gsoc2013-empathy-8beb22ec2d4977bc1fc45260840188fdd793f0aa.tar.bz2
gsoc2013-empathy-8beb22ec2d4977bc1fc45260840188fdd793f0aa.tar.lz
gsoc2013-empathy-8beb22ec2d4977bc1fc45260840188fdd793f0aa.tar.xz
gsoc2013-empathy-8beb22ec2d4977bc1fc45260840188fdd793f0aa.tar.zst
gsoc2013-empathy-8beb22ec2d4977bc1fc45260840188fdd793f0aa.zip
two line message
the message is now two lined, one line for the accountname and one for the error
Diffstat (limited to 'src/empathy-main-window.c')
-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 915ca40d6..88048d722 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -339,7 +339,7 @@ main_window_error_display (EmpathyMainWindow *window,
gchar *str;
const gchar *icon_name;
- str = g_markup_printf_escaped ("<b>%s</b> - %s",
+ str = g_markup_printf_escaped ("<b>%s</b>\n%s",
empathy_account_get_display_name (account),
message);