[rhythmbox] shell: fix settings key for display page tree visibility (bug #649019)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] shell: fix settings key for display page tree visibility (bug #649019)
- Date: Sat, 30 Apr 2011 12:59:20 +0000 (UTC)
commit ec13c17418ca9285dfbb162630ae4daa1c925c17
Author: Jonathan Matthew <jonathan d14n org>
Date: Sat Apr 30 22:58:34 2011 +1000
shell: fix settings key for display page tree visibility (bug #649019)
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 78b6131..aed3ec3 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -2150,7 +2150,7 @@ rb_shell_playlist_created_cb (RBPlaylistManager *mgr,
RBShell *shell)
{
g_settings_set_boolean (shell->priv->settings, "small-display", FALSE);
- g_settings_set_boolean (shell->priv->settings, "sourcelist-hidden", FALSE);
+ g_settings_set_boolean (shell->priv->settings, "display-page-tree-visible", TRUE);
rb_shell_sync_window_state (shell, FALSE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]