fix c&p bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37318 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-01-24 15:06:39 +00:00
parent 8f8aab094d
commit 9ca53c6af8

View File

@ -462,8 +462,8 @@ GuiView::GuiView(int id)
connect(&d.autosave_watcher_, SIGNAL(finished()), this,
SLOT(autoSaveThreadFinished()));
connect(&d.autosave_watcher_, SIGNAL(started()), this,
SLOT(processingThreadFinished()));
connect(&d.processing_thread_watcher_, SIGNAL(started()), this,
SLOT(processingThreadStarted()));
connect(&d.processing_thread_watcher_, SIGNAL(finished()), this,
SLOT(processingThreadFinished()));