[gimp/goat-invasion: 367/608] app: follow gegl:pixelize's name change, set gaussing blur's sensitivity
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 367/608] app: follow gegl:pixelize's name change, set gaussing blur's sensitivity
- Date: Fri, 27 Apr 2012 20:56:14 +0000 (UTC)
commit 00afb045f93aecb076ec349b4e594bb8739d42d3
Author: Michael Natterer <mitch gimp org>
Date: Sat Mar 31 23:26:28 2012 +0200
app: follow gegl:pixelize's name change, set gaussing blur's sensitivity
app/actions/filters-actions.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 2ec97c3..7245855 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -42,7 +42,7 @@ static const GimpStringActionEntry filters_actions[] =
{ "filters-pixelize", GIMP_STOCK_GEGL,
NC_("filters-action", "_Pixelize"), NULL,
NC_("filters-action", "Simplify image into an array of solid-colored squares"),
- "gegl:pixelise",
+ "gegl:pixelize",
NULL /* FIXME GIMP_HELP_FILTER_PIXELIZE */ },
{ "filters-gaussian-blur", GIMP_STOCK_GEGL,
@@ -95,7 +95,8 @@ filters_actions_update (GimpActionGroup *group,
#define SET_SENSITIVE(action,condition) \
gimp_action_group_set_action_sensitive (group, action, (condition) != 0)
- SET_SENSITIVE ("filters-pixelize", writable && !children);
+ SET_SENSITIVE ("filters-pixelize", writable && !children);
+ SET_SENSITIVE ("filters-gaussian-blur", writable && !children);
#undef SET_SENSITIVE
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]