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.
This commit is contained in:
Jehan 2016-09-12 01:49:08 +02:00
parent 61c260c727
commit 0377e61cc4
1 changed files with 1 additions and 1 deletions

View File

@ -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.