]> git.lyx.org Git - features.git/commitdiff
wrong editor settings from wrong project...
authorAndré Pönitz <poenitz@gmx.net>
Sun, 6 Jul 2008 10:56:47 +0000 (10:56 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Sun, 6 Jul 2008 10:56:47 +0000 (10:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25460 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiErrorList.cpp

index 2bd1fc9fb271e8af0872f39e391fd3f913516d55..e3912f5bfbe763789c01495bcdbfdd4f5ffec3d8 100644 (file)
@@ -121,7 +121,7 @@ bool GuiErrorList::goTo(int item)
        bufferview()->putSelectionAt(dit, range, false);
        // FIXME: If we used an LFUN, we would not need this line:
        bufferview()->processUpdateFlags(Update::Force | Update::FitCursor);
-    return true;
+       return true;
 }