app: remove checks from stuff that now works on indexed layers

This commit is contained in:
Michael Natterer
2012-03-20 21:33:55 +01:00
parent 0053494c18
commit e01189ca77
8 changed files with 14 additions and 43 deletions

View File

@ -211,7 +211,7 @@ drawable_actions_update (GimpActionGroup *group,
gimp_action_group_set_action_active (group, action, (condition) != 0)
SET_SENSITIVE ("drawable-equalize", writable && !children && !is_indexed);
SET_SENSITIVE ("drawable-invert", writable && !children && !is_indexed);
SET_SENSITIVE ("drawable-invert", writable && !children);
SET_SENSITIVE ("drawable-levels-stretch", writable && !children && is_rgb);
SET_SENSITIVE ("drawable-offset", writable && !children);