# HG changeset patch # User gqview # Date 1161286351 0 # Node ID 4a0091c0c2311270d9dbcc26e828cdcb81d94e2d # Parent a4c1b7014e6e63afcc78636721b99bba7e6cc7cc ChangeLog fix diff -r a4c1b7014e6e -r 4a0091c0c231 ChangeLog --- a/ChangeLog Thu Oct 19 19:27:20 2006 +0000 +++ b/ChangeLog Thu Oct 19 19:32:31 2006 +0000 @@ -2,8 +2,9 @@ * image.c, typedefs.h: Add ALTER_DESATURATE alteration type. * img-view.c, layout_image.c, layout_util.c, menu.c: Allow to grayscale - the display of current image with [Shift]+[G] kyboard shortcut and - 'adjust' submenu item. + the display of current image with [Shift]+[G] keyboard shortcut and + 'adjust' submenu item. Also fixed bug of [Shift]+[R] shortcut from also + activating refresh [R]. * pixbuf_util.[ch] (pixbuf_desaturate_rect): Implement grayscale function.