[gtk+/gtk-3-10] GtkSettings: make show-desktop default to FALSE



commit b02bfb4848a4c6d7acae6587bda20557e9be8925
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 15 07:49:50 2013 -0500

    GtkSettings: make show-desktop default to FALSE
    
    This broke tests.

 gtk/gtksettings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index 3b5c5e7..8e95bb3 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."),
-                                                                   TRUE, GTK_PARAM_READWRITE),
+                                                                   FALSE, 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]