[totem/gnome-2-28] Fix packing of the label in the status bar



commit 42eced7002ebb699fe2753b3adf652e686ab0552
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 10 02:32:25 2009 +0000

    Fix packing of the label in the status bar

 src/totem-statusbar.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-statusbar.c b/src/totem-statusbar.c
index ea6cef7..1350da4 100644
--- a/src/totem-statusbar.c
+++ b/src/totem-statusbar.c
@@ -64,6 +64,8 @@ totem_statusbar_init (TotemStatusbar *statusbar)
 
 #if GTK_CHECK_VERSION (2, 19, 1)
   hbox = gtk_statusbar_get_message_area (gstatusbar);
+  gtk_box_set_child_packing (GTK_BOX (hbox), gstatusbar->label,
+			     FALSE, FALSE, 0, GTK_PACK_START);
 #else
   hbox = gtk_hbox_new (FALSE, SPACING);
 



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