From d1a1e0142b453a7083463eaf02402b4d3b31ff65 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 13 May 2012 21:52:53 +0200 Subject: Simplified & sped up reloading of all thumbnails --- commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.h') diff --git a/commands.h b/commands.h index 5cee27a..0e324c8 100644 --- a/commands.h +++ b/commands.h @@ -45,7 +45,7 @@ bool it_quit(arg_t); bool it_switch_mode(arg_t); bool it_toggle_fullscreen(arg_t); bool it_toggle_bar(arg_t); -bool it_refresh_thumbs(arg_t); +bool t_reload_all(arg_t); bool it_reload_image(arg_t); bool it_remove_image(arg_t); bool i_navigate(arg_t); -- cgit v1.2.3-54-g00ecf