]> git.lyx.org Git - lyx.git/commitdiff
fix c&p bug
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 24 Jan 2011 15:06:39 +0000 (15:06 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 24 Jan 2011 15:06:39 +0000 (15:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37318 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index d34949bb87530faf7f9f24654387461a10199e29..1523623535260866c6aa1ff9cf9d439003de273f 100644 (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()));