GtkSettings: make show-desktop default to FALSE

This broke tests.
This commit is contained in:
Matthias Clasen 2013-11-15 07:49:50 -05:00
parent 06a64ccfcf
commit df2b534042

View File

@ -1536,7 +1536,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);