[gimp] app: "help-action-search" has been renamed to "dialogs-action-search"...
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: "help-action-search" has been renamed to "dialogs-action-search"...
- Date: Mon, 12 Sep 2016 00:16:16 +0000 (UTC)
commit 0377e61cc42f46970d3a7dfcde35f795fd4ca76e
Author: Jehan <jehan girinstud io>
Date: Mon Sep 12 01:49:08 2016 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpaction-history.c b/app/widgets/gimpaction-history.c
index 6a268fd..51e6bc2 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]