diff options
author | Felix Kaser <f.kaser@gmx.net> | 2009-11-10 16:58:30 +0800 |
---|---|---|
committer | Felix Kaser <f.kaser@gmx.net> | 2009-11-10 22:26:18 +0800 |
commit | 8beb22ec2d4977bc1fc45260840188fdd793f0aa (patch) | |
tree | 5a2f2a5d77339e0aa4d10ca246b8f5b6cb741dd5 /src | |
parent | 53ef8f9b779e5f97f71c6fead1078c7bd4961637 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | src/empathy-main-window.c | 2 |
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); |