From 26eae8be966ab8e7ef940806077b56bbc7c191bc Mon Sep 17 00:00:00 2001 From: Bert Date: Sun, 4 Sep 2011 13:29:17 +0200 Subject: Made i(t)_toggle_alpha command work in thumbnail mode too --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index aa8bc8a..d5a9463 100644 --- a/config.h +++ b/config.h @@ -105,7 +105,7 @@ static const keymap_t keys[] = { { False, XK_greater, i_rotate, (arg_t) DIR_RIGHT }, { False, XK_a, i_toggle_antialias, (arg_t) None }, - { False, XK_A, i_toggle_alpha, (arg_t) None }, + { False, XK_A, it_toggle_alpha, (arg_t) None }, /* open current image with given program: */ { True, XK_g, it_open_with, (arg_t) "gimp" }, -- cgit v1.2.3