[rhythmbox] shell: make the bottom plugin widget container visible



commit 2b48fec9395a1b284c8910d2abc26f8965a1658b
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Dec 1 19:06:48 2012 +1000

    shell: make the bottom plugin widget container visible
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688515

 shell/rb-shell.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index 092a63f..561cce8 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -697,6 +697,7 @@ construct_widgets (RBShell *shell)
 	shell->priv->bottom_container = GTK_BOX (gtk_box_new (GTK_ORIENTATION_VERTICAL, 0));
 	shell->priv->sidebar_container = GTK_BOX (gtk_box_new (GTK_ORIENTATION_VERTICAL, 0));
 	shell->priv->right_sidebar_container = GTK_BOX (gtk_box_new (GTK_ORIENTATION_VERTICAL, 0));
+	gtk_widget_show (shell->priv->bottom_container);
 
 	/* set up sidebars */
 	shell->priv->paned = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL);



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