mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
fix bug reported by Jean-Marc
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20890 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
74d5587268
commit
264a3d1cb4
@ -52,7 +52,7 @@ GuiErrorList::GuiErrorList(LyXView & lv)
|
||||
connect(errorsLW, SIGNAL(itemActivated(QListWidgetItem *)),
|
||||
this, SLOT(slotClose()));
|
||||
connect( errorsLW, SIGNAL(itemClicked(QListWidgetItem *)),
|
||||
this, SLOT(select_adaptor(QListWidgetItem *)));
|
||||
this, SLOT(select(QListWidgetItem *)));
|
||||
|
||||
bc().setPolicy(ButtonPolicy::OkCancelPolicy);
|
||||
bc().setCancel(closePB);
|
||||
|
Loading…
Reference in New Issue
Block a user