On Mon, Jan 24, 2011 at 12:38 PM, <kuem...@lyx.org> wrote: > Author: kuemmel > Date: Mon Jan 24 12:38:13 2011 > New Revision: 37316 > URL: http://www.lyx.org/trac/changeset/37316 > > Log: > remove obsolete code: we have now a animation to indicate that LyX is busy > > Modified: > lyx-devel/trunk/src/frontends/qt4/GuiView.cpp > lyx-devel/trunk/src/frontends/qt4/GuiView.h > > Modified: lyx-devel/trunk/src/frontends/qt4/GuiView.cpp > > -#if (QT_VERSION >= 0x040400) > connect(&d.autosave_watcher_, SIGNAL(finished()), this, > SLOT(autoSaveThreadFinished())); > + > + connect(&d.autosave_watcher_, SIGNAL(started()), this, > + SLOT(processingThreadFinished())); > connect(&d.processing_thread_watcher_, SIGNAL(finished()), this, >
Peter, This code you introduced looks a bit strange. It reintroduces the bug again that the LaTeX Error dialog pops up on autosaving. Vincent