[totem] Fix packing of the label in the status bar



commit 73f665513b0f1d741d04713ebeae817c13bb9d2d
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 10 02:31:42 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 807e100..6423fc2 100644
--- a/src/totem-statusbar.c
+++ b/src/totem-statusbar.c
@@ -64,6 +64,8 @@ totem_statusbar_init (TotemStatusbar *statusbar)
 
   hbox = gtk_statusbar_get_message_area (gstatusbar);
 
+  gtk_box_set_child_packing (GTK_BOX (hbox), gstatusbar->label,
+			     FALSE, FALSE, 0, GTK_PACK_START);
   gtk_label_set_ellipsize (GTK_LABEL (gstatusbar->label), FALSE);
 
   /* progressbar for network streams */



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