]> git.lyx.org Git - lyx.git/commitdiff
for some reason, itemSelectionChanged does not trigger in a reliable way and the...
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 25 Sep 2008 16:16:25 +0000 (16:16 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 25 Sep 2008 16:16:25 +0000 (16:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26545 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiErrorList.cpp

index eae20d761e1a5f2ad732d4df4bf362aa9f44a6bf..b1ab7b414ea4ed91a13b85d104caa3db8c61cfa1 100644 (file)
@@ -41,7 +41,7 @@ GuiErrorList::GuiErrorList(GuiView & lv)
 
        connect(closePB, SIGNAL(clicked()),
                this, SLOT(slotClose()));
-       connect(errorsLW, SIGNAL(itemSelectionChanged()),
+       connect(errorsLW, SIGNAL(currentRowChanged(int)),
                this, SLOT(select()));
 
        bc().setPolicy(ButtonPolicy::OkCancelPolicy);