fix bug 6081

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30577 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2009-07-14 16:33:10 +00:00
parent 708a139d77
commit 52bdc0abdd
2 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,8 @@ namespace lyx {
namespace frontend {
GuiDialog::GuiDialog(GuiView & lv, QString const & name, QString const & title)
: QDialog(&lv), Dialog(lv, name, "LyX: " + title), is_closing_(false)
: QDialog(&lv), Dialog(lv, name, "LyX: " + title), updating_(false),
is_closing_(false)
{}

View File

@ -225,6 +225,8 @@ What's new
- Fix of painter glitches caused by unitialized variables (bug 6077).
- Fix unitialized variable in Dialog code (bug 6081).
* DOCUMENTATION AND LOCALIZATION