[gimp] app: blacklist the tools-warp-effect-size action for the GUI
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: blacklist the tools-warp-effect-size action for the GUI
- Date: Sat, 3 May 2014 20:58:52 +0000 (UTC)
commit 4da50a64ea223f7e65b3ed4797ada18c40e300cd
Author: Michael Natterer <mitch gimp org>
Date: Sat May 3 22:56:46 2014 +0200
app: blacklist the tools-warp-effect-size action for the GUI
app/widgets/gimpaction.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpaction.c b/app/widgets/gimpaction.c
index 76039ad..df847ef 100644
--- a/app/widgets/gimpaction.c
+++ b/app/widgets/gimpaction.c
@@ -337,7 +337,8 @@ gimp_action_is_gui_blacklisted (const gchar *action_name)
"tools-ink-blob-aspect-",
"tools-ink-blob-angle-",
"tools-foreground-select-brush-size-",
- "tools-transform-preview-opacity-"
+ "tools-transform-preview-opacity-",
+ "tools-warp-effect-size-"
};
gint i;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]