Author: kuemmel
Date: Mon Jan 24 16:06:39 2011
New Revision: 37318
URL: http://www.lyx.org/trac/changeset/37318

Log:
fix c&p bug

Modified:
   lyx-devel/trunk/src/frontends/qt4/GuiView.cpp

Modified: lyx-devel/trunk/src/frontends/qt4/GuiView.cpp
==============================================================================
--- lyx-devel/trunk/src/frontends/qt4/GuiView.cpp       Mon Jan 24 12:50:13 
2011        (r37317)
+++ lyx-devel/trunk/src/frontends/qt4/GuiView.cpp       Mon Jan 24 16:06:39 
2011        (r37318)
@@ -462,8 +462,8 @@
        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()));
 

Reply via email to