Refuse to add group layers to indexed images

This commit is contained in:
Michael Natterer 2009-09-07 21:08:25 +02:00
parent 1961036f5e
commit 60ac874cd0
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ layers_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("layers-new", image);
SET_SENSITIVE ("layers-new-last-values", image);
SET_SENSITIVE ("layers-new-from-visible", image);
SET_SENSITIVE ("layers-new-group", image);
SET_SENSITIVE ("layers-new-group", image && !indexed);
SET_SENSITIVE ("layers-duplicate", layer && !fs && !ac);
SET_SENSITIVE ("layers-delete", layer && !ac);