[empathy] two line message



commit 8beb22ec2d4977bc1fc45260840188fdd793f0aa
Author: Felix Kaser <f kaser gmx net>
Date:   Tue Nov 10 09:58:30 2009 +0100

    two line message
    
    the message is now two lined, one line for the accountname and one for the error

 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 915ca40..88048d7 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]