fix a bitfield bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4020 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-04-17 21:05:37 +00:00
parent 4ac2c6df98
commit 44cf1d0e18
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-04-17 Lars Gullik Bjønnes <larsbj@birdstep.com>
* lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
Ressler.
2002-04-16 Juergen Vigna <jug@sad.it>
* text2.C (setCursor): set also the irow().
@ -8,7 +13,7 @@
* lyxrow.h: added irow helper function same as other (i) functions.
* BufferView_pimpl.C (cursorPrevious):
* BufferView_pimpl.C (cursorPrevious):
(cursorNext): fixed for insets!
2002-04-15 Juergen Vigna <jug@sad.it>

View File

@ -291,7 +291,7 @@ bool LyXTextClass::Read(string const & filename, bool merge)
case TC_PROVIDESURL:
if (lexrc.next() && lexrc.getInteger())
provides_ = url;
provides_ |= url;
break;
case TC_LEFTMARGIN: // left margin type