[gimp] app: use the DEFAULT_USE_PATTERN define instead of TRUE in GimpPreset
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: use the DEFAULT_USE_PATTERN define instead of TRUE in GimpPreset
- Date: Thu, 30 May 2019 09:50:15 +0000 (UTC)
commit e7307194cffb27a79418bc43dcad2fbb17f85bd9
Author: Michael Natterer <mitch gimp org>
Date: Thu May 30 11:47:16 2019 +0200
app: use the DEFAULT_USE_PATTERN define instead of TRUE in GimpPreset
app/core/gimptoolpreset.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/core/gimptoolpreset.c b/app/core/gimptoolpreset.c
index abd4bf7fcb..8cbca1b43b 100644
--- a/app/core/gimptoolpreset.c
+++ b/app/core/gimptoolpreset.c
@@ -174,7 +174,7 @@ gimp_tool_preset_class_init (GimpToolPresetClass *klass)
"use-pattern",
_("Apply stored pattern"),
NULL,
- TRUE,
+ DEFAULT_USE_PATTERN,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_USE_PALETTE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]