From: Jürgen Spitzmüller Date: Sun, 23 Nov 2008 10:55:41 +0000 (+0000) Subject: * GuiErrorList.cpp (showEvent): X-Git-Tag: 2.0.0~7642 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b394f9998f3b3f682d5a26a6bec0f58a93102501;p=features.git * 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 --- diff --git a/src/frontends/qt4/GuiErrorList.cpp b/src/frontends/qt4/GuiErrorList.cpp index dda408c721..1824ace4b1 100644 --- a/src/frontends/qt4/GuiErrorList.cpp +++ b/src/frontends/qt4/GuiErrorList.cpp @@ -52,6 +52,7 @@ GuiErrorList::GuiErrorList(GuiView & lv) void GuiErrorList::showEvent(QShowEvent * e) { select(); + updateContents(); e->accept(); }