* GuiErrorList.cpp (showEvent):

- add missing dialog update to fix a problem reported on the users list
	  and here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=506183
	  (missing package error not shown).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27679 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-11-23 10:55:41 +00:00
parent 21b78c8d5a
commit b394f9998f

View File

@ -52,6 +52,7 @@ GuiErrorList::GuiErrorList(GuiView & lv)
void GuiErrorList::showEvent(QShowEvent * e)
{
select();
updateContents();
e->accept();
}