[gtk+/gtk-3-10] Change the default for "show-desktop" back to TRUE



commit 1f267a69bd6332e35c0e234f852a139b976b0403
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 26 13:54:44 2013 -0500

    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

 gtk/gtkplacessidebar.c |    2 +-
 gtk/gtksettings.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index bd8ef42..0bb213a 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -4280,7 +4280,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",
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 8e95bb3..3b5c5e7 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -1534,7 +1534,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                                                    P_("Set to TRUE if the desktop 
environment "
                                                                       "is displaying the desktop folder, 
FALSE "
                                                                       "if not."),
-                                                                   FALSE, GTK_PARAM_READWRITE),
+                                                                   TRUE, GTK_PARAM_READWRITE),
                                              NULL);
   g_assert (result == PROP_SHELL_SHOWS_DESKTOP);
 


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