mirror of https://github.com/GNOME/gimp.git
Bug 792606 - Resetting to defaults in Preferences disables SWM
The default value of "single-window-mode" must be TRUE.
This commit is contained in:
parent
8da2590533
commit
093295470f
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue