* buffer_funcs.cpp (updateLabels): fix crash: par_iterator_begin already

puts cursor at the right place.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19519 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-08-13 19:33:35 +00:00
parent 5dc658e982
commit 63895cc32e

View File

@ -597,7 +597,6 @@ void updateLabels(Buffer const & buf, bool childonly)
// do the real work
ParIterator parit = par_iterator_begin(buf.inset());
parit.forwardPos();
updateLabels(buf, parit);
Buffer & cbuf = const_cast<Buffer &>(buf);