Fix Michael's Purify #1 report

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3344 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Allan Rae 2002-01-12 11:59:23 +00:00
parent 853e3b27af
commit 2c265ad5cc
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-01-12 Allan Rae <rae@lyx.org>
* FormTabular.C (FormTabular): Fix Purify UMR.
* FormPreferences.C (build): "Conversion" is a better name.
2002-01-10 Martin Vermeer <martin.vermeer@hut.fi>

View File

@ -32,7 +32,7 @@ using SigC::slot;
FormTabular::FormTabular(LyXView * lv, Dialogs * d)
: FormInset(lv, d, _("Tabular Layout")),
inset_(0), actCell_(-1)
inset_(0), actCell_(-1), closing_(false)
{
// let the dialog be shown
// This is a permanent connection so we won't bother