>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> Hi! Playing around with the latest lyx-devel to see if we
Juergen> have more bugs I just fixed one outstanding one in
Juergen> InternalSetCursor() :), but found another one which I don't
Juergen> get out very smart ;)
Juergen> It seems it dumps core on one of the exteral "C" functions
Juergen> but I don't know how to debug this! Could someone else have a
Juergen> look to.
Juergen> 102 extern "C" void C_InsetUrl_CloseUrlCB(FL_OBJECT *ob,
Juergen> long) 103 { 104 InsetUrl::CloseUrlCB(0,0); 105 }
This one is from me (for my defence, I am still not able to compile
cleanly, so I did not test thoroughly). As you might see the C_
function gets a ob argument but does not use it. This is _bad_.
Patch in cvs now.
JMarc