rhythmbox r5954 - in trunk: . shell



Author: jmatthew
Date: Mon Sep 29 13:26:54 2008
New Revision: 5954
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5954&view=rev

Log:
2008-09-29  Jonathan Matthew  <jonathan d14n org>

	patch by:  Lasse Bigum  <zenith zenith dk>

	* shell/rb-shell.c: (construct_widgets):
	Move the 'bottom' UI location to immediately below the source
	notebook, rather than at the actual bottom of the window.  Fixes
	#545625.


Modified:
   trunk/ChangeLog
   trunk/shell/rb-shell.c

Modified: trunk/shell/rb-shell.c
==============================================================================
--- trunk/shell/rb-shell.c	(original)
+++ trunk/shell/rb-shell.c	Mon Sep 29 13:26:54 2008
@@ -1157,6 +1157,9 @@
 		gtk_box_pack_start (GTK_BOX (vbox2),
 				    shell->priv->notebook,
 				    TRUE, TRUE, 0);
+		gtk_box_pack_start (GTK_BOX (vbox2),
+				    GTK_WIDGET (shell->priv->bottom_container),
+				    FALSE, FALSE, 0);
 
 		gtk_box_pack_start_defaults (shell->priv->sidebar_container, shell->priv->queue_paned);
 		gtk_paned_pack1 (GTK_PANED (shell->priv->paned),
@@ -1181,7 +1184,6 @@
 
 	gtk_box_pack_start (GTK_BOX (shell->priv->main_vbox), GTK_WIDGET (shell->priv->top_container), FALSE, TRUE, 0);
 	gtk_box_pack_start (GTK_BOX (shell->priv->main_vbox), shell->priv->paned, TRUE, TRUE, 0);
-	gtk_box_pack_start (GTK_BOX (shell->priv->main_vbox), GTK_WIDGET (shell->priv->bottom_container), FALSE, TRUE, 0);
 	gtk_box_pack_start (GTK_BOX (shell->priv->main_vbox), GTK_WIDGET (shell->priv->statusbar), FALSE, TRUE, 0);
 	gtk_widget_show_all (shell->priv->main_vbox);
 



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