diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-11-26 13:54:44 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-11-26 14:21:01 -0500 |
commit | 21114071eca84e82e6627aafaade0eb6a6072feb (patch) | |
tree | 8ecd77d7b202d03c43d02ba39358b192ce393f3b /gtk/gtkplacessidebar.c | |
parent | 89f78a718b2eb847c87c4ca6857f45f849ba5ad4 (diff) | |
download | gtk+-21114071eca84e82e6627aafaade0eb6a6072feb.tar.gz |
Change the default for "show-desktop" back to TRUE
Change the GtkSettings default for "shell-shows-desktop" back to TRUE
and also change the default value of the "show-desktop" property on
GtkPlacesSidebar so that the defaultvalue test passes.
https://bugzilla.gnome.org/show_bug.cgi?id=712302
Diffstat (limited to 'gtk/gtkplacessidebar.c')
-rw-r--r-- | gtk/gtkplacessidebar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 6d3a886936..e0b6f56c3e 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -4277,7 +4277,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class) g_param_spec_boolean ("show-desktop", P_("Show 'Desktop'"), P_("Whether the sidebar includes a builtin shortcut to the Desktop folder"), - FALSE, + TRUE, G_PARAM_READWRITE); properties[PROP_SHOW_CONNECT_TO_SERVER] = g_param_spec_boolean ("show-connect-to-server", |