Re: BIDI Fix (was Re: r22935 - /lyx-devel/trunk/src/insets/InsetTabular.cpp

2008-02-12 Thread Abdelrazak Younes
Dov Feldstern wrote: Abdelrazak Younes wrote: Dov, please verify this. -void InsetTabular::edit(Cursor & cur, bool, EntryDirectionType) +void InsetTabular::edit(Cursor & cur, bool, EntryDirectionType direction) { //lyxerr << "InsetTabular::edit: " << this << endl; cur.finishUnd

Re: BIDI Fix (was Re: r22935 - /lyx-devel/trunk/src/insets/InsetTabular.cpp

2008-02-12 Thread Dov Feldstern
Abdelrazak Younes wrote: Dov, please verify this. -void InsetTabular::edit(Cursor & cur, bool, EntryDirectionType) +void InsetTabular::edit(Cursor & cur, bool, EntryDirectionType direction) { //lyxerr << "InsetTabular::edit: " << this << endl; cur.finishUndo(); cur.selectio

BIDI Fix (was Re: r22935 - /lyx-devel/trunk/src/insets/InsetTabular.cpp

2008-02-11 Thread Abdelrazak Younes
Dov, please verify this. [EMAIL PROTECTED] wrote: Author: younes Date: Mon Feb 11 09:10:02 2008 New Revision: 22935 URL: http://www.lyx.org/trac/changeset/22935 Log: Fix warning and probably a bug. Modified: lyx-devel/trunk/src/insets/InsetTabular.cpp Modified: lyx-devel/trunk/src/insets/