Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-21 Thread Angus Leeming
Abdelrazak Younes wrote: @@ -32,16 +32,24 @@ { // try to get the current cell BufferView const * const bv = kernel().bufferview(); +InsetTabular const * current_inset = 0; if (bv) { Cursor const cur = bv-cursor(); // get the innermost tabular inset;

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-21 Thread Angus Leeming
Abdelrazak Younes wrote: @@ -32,16 +32,24 @@ { // try to get the current cell BufferView const * const bv = kernel().bufferview(); +InsetTabular const * current_inset = 0; if (bv) { Cursor const & cur = bv->cursor(); // get the innermost tabular inset;

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-19 Thread Abdelrazak Younes
Angus Leeming wrote: Abdelrazak Younes wrote: I got a much better solution attached. Abdel. Index: frontends/controllers/ControlTabular.cpp === ---

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-19 Thread Abdelrazak Younes
Angus Leeming wrote: Abdelrazak Younes wrote: I got a much better solution attached. Abdel. Index: frontends/controllers/ControlTabular.cpp === ---

[Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: Here is a radical solution. I should have thought about this earlier! The dialog will be updated in any case by the LyXFunc::dispatch() method so the updating done in InsetTabular::dispatch() is superfluous. This

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: I got a much better solution attached. This seems to work AFAICS. Thanks. Jürgen

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I got a much better solution attached. This seems to work AFAICS. Jose?

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread José Matos
On Wednesday 18 July 2007 10:13:58 Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I got a much better solution attached. This seems to work AFAICS. Jose? OK. -- José Abílio

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Abdelrazak Younes
José Matos wrote: On Wednesday 18 July 2007 10:13:58 Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I got a much better solution attached. This seems to work AFAICS. Jose? OK. Done. Abdel.

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Angus Leeming
Abdelrazak Younes wrote: I got a much better solution attached. Abdel. Index: frontends/controllers/ControlTabular.cpp === ---

[Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: Here is a radical solution. I should have thought about this earlier! The dialog will be updated in any case by the LyXFunc::dispatch() method so the updating done in InsetTabular::dispatch() is superfluous. This

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > I got a much better solution attached. This seems to work AFAICS. Thanks. Jürgen

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I got a much better solution attached. This seems to work AFAICS. Jose?

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread José Matos
On Wednesday 18 July 2007 10:13:58 Abdelrazak Younes wrote: > Jürgen Spitzmüller wrote: > > Abdelrazak Younes wrote: > >> I got a much better solution attached. > > > > This seems to work AFAICS. > > Jose? OK. -- José Abílio

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Abdelrazak Younes
José Matos wrote: On Wednesday 18 July 2007 10:13:58 Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: I got a much better solution attached. This seems to work AFAICS. Jose? OK. Done. Abdel.

Re: [Updated PATCH] Re: crash while dissolving tabular

2007-07-18 Thread Angus Leeming
Abdelrazak Younes wrote: I got a much better solution attached. Abdel. Index: frontends/controllers/ControlTabular.cpp === ---