don't forget to set the sensitivity of "edit-named-copy".
2004-05-17 Michael Natterer <mitch@gimp.org> * app/actions/edit-actions.c (edit_actions_update): don't forget to set the sensitivity of "edit-named-copy".
This commit is contained in:

committed by
Michael Natterer

parent
5f2f623068
commit
8b023cdddd
@ -1,3 +1,8 @@
|
|||||||
|
2004-05-17 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* app/actions/edit-actions.c (edit_actions_update): don't forget
|
||||||
|
to set the sensitivity of "edit-named-copy".
|
||||||
|
|
||||||
2004-05-17 Sven Neumann <sven@gimp.org>
|
2004-05-17 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/core/gimpimage.c (gimp_image_init): initialize the image
|
* app/core/gimpimage.c (gimp_image_init): initialize the image
|
||||||
|
@ -248,6 +248,7 @@ edit_actions_update (GimpActionGroup *group,
|
|||||||
SET_SENSITIVE ("edit-paste-into", gimage && group->gimp->global_buffer);
|
SET_SENSITIVE ("edit-paste-into", gimage && group->gimp->global_buffer);
|
||||||
|
|
||||||
SET_SENSITIVE ("edit-named-cut", drawable);
|
SET_SENSITIVE ("edit-named-cut", drawable);
|
||||||
|
SET_SENSITIVE ("edit-named-copy", drawable);
|
||||||
SET_SENSITIVE ("edit-named-paste", drawable);
|
SET_SENSITIVE ("edit-named-paste", drawable);
|
||||||
|
|
||||||
SET_SENSITIVE ("edit-clear", drawable);
|
SET_SENSITIVE ("edit-clear", drawable);
|
||||||
|
Reference in New Issue
Block a user