[rhythmbox] shell: don't override toolbar visibility setting for no reason (bug #655760)



commit e21f33201867b9905efdc795e85df8f70f72db21
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Aug 2 08:51:24 2011 +1000

    shell: don't override toolbar visibility setting for no reason (bug #655760)

 shell/rb-shell.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index 80bff7c..037dd0d 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -1482,7 +1482,6 @@ construct_load_ui (RBShell *shell)
 			 G_SETTINGS_BIND_DEFAULT);
 	gtk_box_pack_start (GTK_BOX (shell->priv->main_vbox), toolbar, FALSE, FALSE, 0);
 	gtk_box_reorder_child (GTK_BOX (shell->priv->main_vbox), toolbar, 1);
-	gtk_widget_show (toolbar);
 
 	shell->priv->volume_button = gtk_volume_button_new ();
 	g_signal_connect (shell->priv->volume_button, "value-changed",



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