From b394f9998f3b3f682d5a26a6bec0f58a93102501 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sun, 23 Nov 2008 10:55:41 +0000 Subject: [PATCH] * 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 --- src/frontends/qt4/GuiErrorList.cpp | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.39.2