Bug 792606 - Resetting to defaults in Preferences disables SWM

The default value of "single-window-mode" must be TRUE.
This commit is contained in:
Michael Natterer 2018-01-17 15:17:39 +01:00
parent 8da2590533
commit 093295470f
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
g_param_spec_boolean ("single-window-mode",
NULL,
SINGLE_WINDOW_MODE_BLURB,
FALSE,
TRUE,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT |
GIMP_PARAM_STATIC_STRINGS));