From 0377e61cc42f46970d3a7dfcde35f795fd4ca76e Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 12 Sep 2016 01:49:08 +0200 Subject: [PATCH] app: "help-action-search" has been renamed to "dialogs-action-search"... ... since commits 36f87b5b and 2b6a10b7. With the renaming, action-search was showing itself in its list. --- app/widgets/gimpaction-history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/widgets/gimpaction-history.c b/app/widgets/gimpaction-history.c index 6a268fdbeb..51e6bc2505 100644 --- a/app/widgets/gimpaction-history.c +++ b/app/widgets/gimpaction-history.c @@ -300,7 +300,7 @@ gimp_action_history_excluded_action (const gchar *action_name) g_str_has_prefix (action_name, "plug-in-recent-") || g_strcmp0 (action_name, "plug-in-repeat") == 0 || g_strcmp0 (action_name, "plug-in-reshow") == 0 || - g_strcmp0 (action_name, "help-action-search") == 0); + g_strcmp0 (action_name, "dialogs-action-search") == 0); } /* Callback run on the `activate` signal of an action.