]> git.lyx.org Git - features.git/commitdiff
fix bug reported by Jean-Marc
authorAndré Pönitz <poenitz@gmx.net>
Wed, 10 Oct 2007 16:57:05 +0000 (16:57 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 10 Oct 2007 16:57:05 +0000 (16:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20890 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiErrorList.cpp

index 3f9cacf2b86a272cbef887e86a3025772ad386da..6d1494973bc8847007b61f3c411ad1399ec27609 100644 (file)
@@ -52,7 +52,7 @@ GuiErrorList::GuiErrorList(LyXView & lv)
        connect(errorsLW, SIGNAL(itemActivated(QListWidgetItem *)),
                this, SLOT(slotClose()));
        connect( errorsLW, SIGNAL(itemClicked(QListWidgetItem *)),
-               this, SLOT(select_adaptor(QListWidgetItem *)));
+               this, SLOT(select(QListWidgetItem *)));
 
        bc().setPolicy(ButtonPolicy::OkCancelPolicy);
        bc().setCancel(closePB);