From 8429eac0cc68664c1c19ad99b8343fae5f03eefb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 16 Feb 2010 17:54:50 +0000 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 8d6413aab..240f4b18b 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); -- cgit v1.2.3