]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiErrorList.cpp
amend d4f58c96b5d
[lyx.git] / src / frontends / qt / GuiErrorList.cpp
index e7dc3766f5b3a10192ad732b7efd1b94a36871c7..703c7150a3d00cfdd3d1c81869f39b94036fb4e5 100644 (file)
@@ -67,6 +67,8 @@ GuiErrorList::GuiErrorList(GuiView & lv)
                this, SLOT(viewLog()));
        connect(showAnywayPB, SIGNAL(clicked()),
                this, SLOT(showAnyway()));
+       connect(errorsLW, SIGNAL(itemClicked(QListWidgetItem *)),
+               this, SLOT(select()));
        connect(errorsLW, SIGNAL(currentRowChanged(int)),
                this, SLOT(select()));