[rhythmbox] pack the right sidebar with shrinking disabled (bug #591874)



commit 61bb261244d05f43c676f1a97ba9ae5e3416919e
Author: John Iacona <plate0salad gmail com>
Date:   Tue Aug 18 22:05:45 2009 +1000

    pack the right sidebar with shrinking disabled (bug #591874)

 shell/rb-shell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index a12986d..0c95880 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -1145,7 +1145,7 @@ construct_widgets (RBShell *shell)
 				 vbox2, TRUE, TRUE);
 		gtk_paned_pack2 (GTK_PANED (shell->priv->right_paned),
 				 GTK_WIDGET (shell->priv->right_sidebar_container),
-				 FALSE, TRUE);
+				 FALSE, FALSE);
 		gtk_widget_hide (GTK_WIDGET(shell->priv->right_sidebar_container));
 
 		gtk_box_pack_start (shell->priv->sidebar_container,



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