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
This commit is contained in:
Jean-Marc Lasgouttes 2008-09-25 16:16:25 +00:00
parent 61812bdda1
commit f3a1cdabe9

View 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);