"Save to Channel" makes sense without a selection also, so don't set it

2004-06-09  Sven Neumann  <sven@gimp.org>

	* app/actions/select-actions.c (select_actions_update): "Save to
	Channel" makes sense without a selection also, so don't set it
	insensitive.
This commit is contained in:
Sven Neumann
2004-06-08 23:07:45 +00:00
committed by Sven Neumann
parent 9393a1a9f9
commit 05ab8475d6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-06-09 Sven Neumann <sven@gimp.org>
* app/actions/select-actions.c (select_actions_update): "Save to
Channel" makes sense without a selection also, so don't set it
insensitive.
2004-06-07 Sven Neumann <sven@gimp.org>
* plug-ins/common/glob.c: the glob(3) function is not available on

View File

@ -149,7 +149,7 @@ select_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("select-grow", drawable && sel);
SET_SENSITIVE ("select-border", drawable && sel);
SET_SENSITIVE ("select-save", drawable && sel && !fs);
SET_SENSITIVE ("select-save", drawable && !fs);
SET_SENSITIVE ("select-stroke", drawable && sel);
#undef SET_SENSITIVE