[empathy] make the infobar smaller



commit 1cccce497a62d381c69a20c116739d39b93eeea3
Author: Felix Kaser <f kaser gmx net>
Date:   Fri Oct 30 15:26:21 2009 +0100

    make the infobar smaller

 src/empathy-main-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 6799356..04142ad 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -361,7 +361,6 @@ main_window_error_display (EmpathyMainWindow *window,
 
 	gtk_widget_set_no_show_all (info_bar, TRUE);
 	gtk_box_pack_start (GTK_BOX (window->errors_vbox), info_bar, FALSE, TRUE, 0);
-	gtk_container_set_border_width (GTK_CONTAINER (info_bar), 6);
 	gtk_widget_show (info_bar);
 
 	icon_name = empathy_account_get_icon_name (account);



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