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
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 "
Uwe Stöhr schrieb:
There are still two cases where InsetCommandParams crashes.
One has gone after a complete recompilation of my tree.
regards Uwe
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
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
- 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.