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:
Michael Natterer 2004-05-17 12:27:34 +00:00 committed by Michael Natterer
parent 5f2f623068
commit 8b023cdddd
2 changed files with 6 additions and 0 deletions

View File

@ -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>
* app/core/gimpimage.c (gimp_image_init): initialize the image

View File

@ -248,6 +248,7 @@ edit_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("edit-paste-into", gimage && group->gimp->global_buffer);
SET_SENSITIVE ("edit-named-cut", drawable);
SET_SENSITIVE ("edit-named-copy", drawable);
SET_SENSITIVE ("edit-named-paste", drawable);
SET_SENSITIVE ("edit-clear", drawable);