[gimp] Bug 791948 - Please enable "save tool option on exit" by the default



commit 6dc2d9d91db50074cbd55eea2e7f0513c8fb47bd
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jan 1 14:46:32 2018 +0100

    Bug 791948 - Please enable "save tool option on exit" by the default
    
    Enable "save-tool-options" and "save-device-status" by default,
    it's the expected behavior these days.

 app/config/gimpguiconfig.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/config/gimpguiconfig.c b/app/config/gimpguiconfig.c
index aa1f700..9304e3f 100644
--- a/app/config/gimpguiconfig.c
+++ b/app/config/gimpguiconfig.c
@@ -181,7 +181,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
                             "save-device-status",
                             "Save device status",
                             SAVE_DEVICE_STATUS_BLURB,
-                            FALSE,
+                            TRUE,
                             GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_DEVICES_SHARE_TOOL,
@@ -216,7 +216,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
                             "save-tool-options",
                             "Save tool options",
                             SAVE_TOOL_OPTIONS_BLURB,
-                            FALSE,
+                            TRUE,
                             GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_SHOW_TOOLTIPS,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]