aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@googlemail.com>2012-05-13 21:52:53 +0200
committerBert Münnich <be.muennich@googlemail.com>2012-05-13 21:52:53 +0200
commitd1a1e0142b453a7083463eaf02402b4d3b31ff65 (patch)
tree72bcc1d1176e674a38ed75b869ad47ebe2508404 /commands.h
parent4057453d6d48fe3fa070c90449cc7308dfd84559 (diff)
downloadnsxiv-d1a1e0142b453a7083463eaf02402b4d3b31ff65.tar.zst
Simplified & sped up reloading of all thumbnails
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
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);