app: set the sensitivity of the "filters-value-propagate" action

This commit is contained in:
Michael Natterer 2016-01-01 20:12:56 +01:00
parent d5255dc133
commit 4c3c69e145
1 changed files with 1 additions and 0 deletions

View File

@ -704,6 +704,7 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-tile-paper", writable); SET_SENSITIVE ("filters-tile-paper", writable);
SET_SENSITIVE ("filters-tile-seamless", writable); SET_SENSITIVE ("filters-tile-seamless", writable);
SET_SENSITIVE ("filters-unsharp-mask", writable); SET_SENSITIVE ("filters-unsharp-mask", writable);
SET_SENSITIVE ("filters-value-propagate", writable);
SET_SENSITIVE ("filters-video-degradation", writable); SET_SENSITIVE ("filters-video-degradation", writable);
SET_SENSITIVE ("filters-vignette", writable); SET_SENSITIVE ("filters-vignette", writable);
SET_SENSITIVE ("filters-waves", writable); SET_SENSITIVE ("filters-waves", writable);