From fd4fa379267ed03fb69b440f046d6c2fb27dac14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Thu, 1 Nov 2007 17:48:14 +0000 Subject: [PATCH] * src/frontends/qt4/QErrorList.cpp: - do not close the dialog on double click (bug 4090). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21349 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/QErrorList.cpp | 2 -- status.15x | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/QErrorList.cpp b/src/frontends/qt4/QErrorList.cpp index 4d0816aa53..eeda27c7ae 100644 --- a/src/frontends/qt4/QErrorList.cpp +++ b/src/frontends/qt4/QErrorList.cpp @@ -36,8 +36,6 @@ QErrorListDialog::QErrorListDialog(QErrorList * form) setupUi(this); connect(closePB, SIGNAL(clicked()), form, SLOT(slotClose())); - connect(errorsLW, SIGNAL( itemActivated(QListWidgetItem *)), - form, SLOT(slotClose())); connect( errorsLW, SIGNAL( itemClicked(QListWidgetItem *)), this, SLOT(select_adaptor(QListWidgetItem *))); } diff --git a/status.15x b/status.15x index 83bd08c925..7fc6e36dfb 100644 --- a/status.15x +++ b/status.15x @@ -99,6 +99,8 @@ What's new - Fix bug where the spellchecker didn't update the screen display on the last of several misspelt words (bug 3586). +- Do not close the error dialog on double click (bug 4090). + * DOCUMENTATION