Use the proper function for the update thread keybind.

This commit is contained in:
Nicolas Stepien 2011-10-08 20:31:03 +02:00 committed by James Campos
parent f7c0f5a1e1
commit 90d36b1115
2 changed files with 2 additions and 2 deletions

View File

@ -937,7 +937,7 @@
nav.prev(); nav.prev();
break; break;
case conf.update: case conf.update:
updater.update(); updater.updateNow();
break; break;
case conf.watch: case conf.watch:
watcher.toggle(thread); watcher.toggle(thread);

View File

@ -665,7 +665,7 @@ keybinds =
when conf.previousThread when conf.previousThread
nav.prev() nav.prev()
when conf.update when conf.update
updater.update() updater.updateNow()
when conf.watch when conf.watch
watcher.toggle thread watcher.toggle thread
when conf.hide when conf.hide