[gimp/gimp-2-6] Change the default for the 'trust-dirty-flag' gimprc option back to FALSE
- From: Sven Neumann <neo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-6] Change the default for the 'trust-dirty-flag' gimprc option back to FALSE
- Date: Wed, 5 Aug 2009 21:11:55 +0000 (UTC)
commit 16643800a1ff14378bbba981793c6d6085fda607
Author: Sven Neumann <sven gimp org>
Date: Tue Aug 4 23:20:49 2009 +0200
Change the default for the 'trust-dirty-flag' gimprc option back to FALSE
It appears that there are good reasons why a user might want to save
a clean image, for example because the file has been deleted or damaged.
(cherry picked from commit 5c630f4ad8ef55d2249968102cb8f5cb8fadfe23)
app/config/gimpguiconfig.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/config/gimpguiconfig.c b/app/config/gimpguiconfig.c
index 88dd7dc..8282492 100644
--- a/app/config/gimpguiconfig.c
+++ b/app/config/gimpguiconfig.c
@@ -130,7 +130,7 @@ gimp_gui_config_class_init (GimpGuiConfigClass *klass)
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_TRUST_DIRTY_FLAG,
"trust-dirty-flag",
TRUST_DIRTY_FLAG_BLURB,
- TRUE,
+ FALSE,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_SAVE_DEVICE_STATUS,
"save-device-status",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]