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();
break;
case conf.update:
updater.update();
updater.updateNow();
break;
case conf.watch:
watcher.toggle(thread);

View File

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