[empathy] main-window: use GTK_MESSAGE_ERROR for account error info bars



commit 8429eac0cc68664c1c19ad99b8343fae5f03eefb
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Feb 16 17:54:50 2010 +0000

    main-window: use GTK_MESSAGE_ERROR for account error info bars
    
    The accounts dialog uses this message type in this case which makes more sense
    as that's an really an error (#609822).

 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 8d6413a..240f4b1 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -407,7 +407,7 @@ main_window_error_display (EmpathyMainWindow *window,
 	}
 
 	info_bar = gtk_info_bar_new ();
-	gtk_info_bar_set_message_type (GTK_INFO_BAR (info_bar), GTK_MESSAGE_WARNING);
+	gtk_info_bar_set_message_type (GTK_INFO_BAR (info_bar), GTK_MESSAGE_ERROR);
 
 	gtk_widget_set_no_show_all (info_bar, TRUE);
 	gtk_box_pack_start (GTK_BOX (window->errors_vbox), info_bar, FALSE, TRUE, 0);



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