]> git.lyx.org Git - features.git/commitdiff
* src/frontends/qt4/GuiErrorList.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 1 Nov 2007 17:52:52 +0000 (17:52 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 1 Nov 2007 17:52:52 +0000 (17:52 +0000)
- do not close the dialog on double click (bug 4090).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21351 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiErrorList.cpp

index ebec67e608bbc527712a27164a1b4f8ed8a45fa1..e9d213443aef9144d59fa4497174f5fdc7255979 100644 (file)
@@ -49,8 +49,6 @@ GuiErrorList::GuiErrorList(LyXView & lv)
 
        connect(closePB, SIGNAL(clicked()),
                this, SLOT(slotClose()));
-       connect(errorsLW, SIGNAL(itemActivated(QListWidgetItem *)),
-               this, SLOT(slotClose()));
        connect(errorsLW, SIGNAL(itemClicked(QListWidgetItem *)),
                this, SLOT(select(QListWidgetItem *)));