mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
GtkSettings: make show-desktop default to FALSE
This broke tests.
This commit is contained in:
parent
06a64ccfcf
commit
df2b534042
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user