From: Martin Sevior (msevior@mccubbin.ph.unimelb.edu.au)
Date: Thu May 30 2002 - 20:00:42 EDT
From my fading memory,
                     That was commented out in order to get header/footers
to not crash during either insertion or deletion or in order to get the
insertion point back to where it should have been. I would test that
headers/footers still work now. Inlcuding all the weird cases one might
throw at them. It might be that the many improvements to header/footer
code that have been made since that commit will keep things working
anyway.
Good Luck!
Martin
On Thu, 30 May 2002, sam th wrote:
> On Thu, 2002-05-30 at 00:58, Patrick Lam wrote:
> 
> > I found this mysteriously commented code in fl_SectionLayout:
> > 
> > @@ -1579,11 +1605,11 @@
> >  	m_pLayout->removeSection(this);
> >  	pPrevSL->format();
> >  
> > -//	FV_View* pView = m_pLayout->getView();
> > -//      if (pView)
> > -//  	{
> > -//  		pView->_setPoint(pcrx->getPosition());
> > -//  	}
> > +	FV_View* pView = m_pLayout->getView();
> > +	if (pView)
> > +  	{
> > +  		pView->_setPoint(pcrx->getPosition());
> > +  	}
> > 
> > The key to fixing this bug was enabling this code; anyone have any
> > idea why it was commented?
> 
> Well, I don't know why, but it was commented out on March 12-13, 2001 by
> Martin, and before that, it was written by Eric in 1999. 
> 
> A brief search of the mail archives points to this:
> http://www.abisource.com/mailinglists/abiword-dev/01/March/0676.html
> 
> You'd have to ask Martin for more info than that.
> -- 
> sam th						OpenPGP Key: CABD33FC
> 
> "Life is polynomial time." -- Laszlo Babai
> 
This archive was generated by hypermail 2.1.4 : Thu May 30 2002 - 20:05:59 EDT