[gimp] app: plug-in-repeat and plug-in-reshow were renamed...
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: plug-in-repeat and plug-in-reshow were renamed...
- Date: Tue, 22 Nov 2016 23:20:44 +0000 (UTC)
commit 754034146da531375c5e662c4f776bc1345f4006
Author: Jehan <jehan girinstud io>
Date: Tue Nov 22 22:54:26 2016 +0100
app: plug-in-repeat and plug-in-reshow were renamed...
... in commit ac50da2a, respectively into filters-repeat and
filters-reshow.
app/dialogs/action-search-dialog.c | 4 ++--
app/widgets/gimpaction-history.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/dialogs/action-search-dialog.c b/app/dialogs/action-search-dialog.c
index b4b5177..8ee4918 100644
--- a/app/dialogs/action-search-dialog.c
+++ b/app/dialogs/action-search-dialog.c
@@ -129,8 +129,8 @@ action_search_history_and_actions (GimpSearchPopup *popup,
* as a search result.
*/
if (gimp_action_history_excluded_action (name) &&
- g_strcmp0 (name, "plug-in-repeat") != 0 &&
- g_strcmp0 (name, "plug-in-reshow") != 0)
+ g_strcmp0 (name, "filters-repeat") != 0 &&
+ g_strcmp0 (name, "filters-reshow") != 0)
continue;
if (! gtk_action_is_sensitive (action) &&
diff --git a/app/widgets/gimpaction-history.c b/app/widgets/gimpaction-history.c
index 179ceca..745609e 100644
--- a/app/widgets/gimpaction-history.c
+++ b/app/widgets/gimpaction-history.c
@@ -298,8 +298,8 @@ gimp_action_history_excluded_action (const gchar *action_name)
g_str_has_suffix (action_name, "-accel") ||
g_str_has_prefix (action_name, "context-") ||
g_str_has_prefix (action_name, "filters-recent-") ||
- g_strcmp0 (action_name, "plug-in-repeat") == 0 ||
- g_strcmp0 (action_name, "plug-in-reshow") == 0 ||
+ g_strcmp0 (action_name, "filters-repeat") == 0 ||
+ g_strcmp0 (action_name, "filters-reshow") == 0 ||
g_strcmp0 (action_name, "dialogs-action-search") == 0);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]