"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:

committed by
Sven Neumann

parent
9393a1a9f9
commit
05ab8475d6
@ -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>
|
2004-06-07 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/common/glob.c: the glob(3) function is not available on
|
* plug-ins/common/glob.c: the glob(3) function is not available on
|
||||||
|
@ -149,7 +149,7 @@ select_actions_update (GimpActionGroup *group,
|
|||||||
SET_SENSITIVE ("select-grow", drawable && sel);
|
SET_SENSITIVE ("select-grow", drawable && sel);
|
||||||
SET_SENSITIVE ("select-border", 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);
|
SET_SENSITIVE ("select-stroke", drawable && sel);
|
||||||
|
|
||||||
#undef SET_SENSITIVE
|
#undef SET_SENSITIVE
|
||||||
|
Reference in New Issue
Block a user