From: Jean-Marc Lasgouttes Date: Thu, 25 Sep 2008 16:16:25 +0000 (+0000) Subject: for some reason, itemSelectionChanged does not trigger in a reliable way and the... X-Git-Tag: 1.6.10~3331 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f3a1cdabe90dfbe9815af6907358978e07d9c6c1;p=lyx.git for some reason, itemSelectionChanged does not trigger in a reliable way and the error descriptions are bogus git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26545 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiErrorList.cpp b/src/frontends/qt4/GuiErrorList.cpp index eae20d761e..b1ab7b414e 100644 --- a/src/frontends/qt4/GuiErrorList.cpp +++ b/src/frontends/qt4/GuiErrorList.cpp @@ -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);