Reset the autosave timers also for the threaded case. This fixes the bug that autosave doesn't work in beta-1.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36328 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-11-17 02:27:02 +00:00
parent ce0304e6f4
commit c701342593

View File

@ -1522,8 +1522,8 @@ void GuiView::autoSave()
d.autosave_watcher_.setFuture(f);
#else
buffer->autoSave();
resetAutosaveTimers();
#endif
resetAutosaveTimers();
}