]> git.lyx.org Git - lyx.git/commitdiff
Fix Michael's Purify #1 report
authorAllan Rae <rae@lyx.org>
Sat, 12 Jan 2002 11:59:23 +0000 (11:59 +0000)
committerAllan Rae <rae@lyx.org>
Sat, 12 Jan 2002 11:59:23 +0000 (11:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3344 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormTabular.C

index 1b69953df4b1bf8820c06b863b9411abaee84e70..5c638d5982bab102d5125f9cb25d93f4ac06655d 100644 (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>
index 14676f75dce0d9ef3feae71e05ac6fd97b6579d9..999a7d47244deb0ad6085108f6f48f11bda259e4 100644 (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