Simplified & sped up reloading of all thumbnails

This commit is contained in:
Bert Münnich
2012-05-13 21:52:53 +02:00
parent 4057453d6d
commit d1a1e0142b
5 changed files with 12 additions and 20 deletions

View File

@ -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);