GtkSettings: make show-desktop default to FALSE
This broke tests.
This commit is contained in:
@ -1536,7 +1536,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
|||||||
P_("Set to TRUE if the desktop environment "
|
P_("Set to TRUE if the desktop environment "
|
||||||
"is displaying the desktop folder, FALSE "
|
"is displaying the desktop folder, FALSE "
|
||||||
"if not."),
|
"if not."),
|
||||||
TRUE, GTK_PARAM_READWRITE),
|
FALSE, GTK_PARAM_READWRITE),
|
||||||
NULL);
|
NULL);
|
||||||
g_assert (result == PROP_SHELL_SHOWS_DESKTOP);
|
g_assert (result == PROP_SHELL_SHOWS_DESKTOP);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user