Re: list of problems with the new InsetCommandparams

2007-10-15 Thread Richard Heck
Richard Heck wrote: Uwe Stöhr wrote: There are still two cases where InsetCommandParams crashes. I added them to http://wiki.lyx.org/Devel/RegressionListSVN Could you please have a look at them. Both are there since my Url -> Hyperlink patch but I can't figure out what the problem is as I onl

Re: list of problems with the new InsetCommandparams

2007-10-15 Thread Richard Heck
Uwe Stöhr wrote: There are still two cases where InsetCommandParams crashes. I added them to http://wiki.lyx.org/Devel/RegressionListSVN Could you please have a look at them. Both are there since my Url -> Hyperlink patch but I can't figure out what the problem is as I only renamed "url" to "

Re: list of problems with the new InsetCommandparams

2007-10-13 Thread Uwe Stöhr
Uwe Stöhr schrieb: There are still two cases where InsetCommandParams crashes. One has gone after a complete recompilation of my tree. regards Uwe

Re: list of problems with the new InsetCommandparams

2007-10-13 Thread Uwe Stöhr
There are still two cases where InsetCommandParams crashes. I added them to http://wiki.lyx.org/Devel/RegressionListSVN Could you please have a look at them. Both are there since my Url -> Hyperlink patch but I can't figure out what the problem is as I only renamed "url" to "href" in InsetComman

Re: list of problems with the new InsetCommandparams

2007-10-13 Thread Richard Heck
Uwe Stöhr wrote: - This entry in InsertUrl.cpp InsetUrl::InsetUrl(InsetCommandParams const & p) : InsetCommand(p, "url") {} leads to a crash in InsetCommandparams.cpp line 46. Because when the user uses the hyperlink checkbox in the URL-dialog, the inset Type has changed - what is correct a

list of problems with the new InsetCommandparams

2007-10-12 Thread Uwe Stöhr
- This entry in InsertUrl.cpp InsetUrl::InsetUrl(InsetCommandParams const & p) : InsetCommand(p, "url") {} leads to a crash in InsetCommandparams.cpp line 46. Because when the user uses the hyperlink checkbox in the URL-dialog, the inset Type has changed - what is correct and wanted.