|
|
|
fixed, the fix will be in for the next release. but here is a patch for it
go to indra\newview\llviewermessage.cpp see the code below. void callback_load_url(S32 option, void* data) if (0 == option) { LLWeb::loadURLExternal(infop->mUrl); ====> change this into ==> LLWeb::loadURL(infop->mUrl); } delete infop; build and run. cheers Just confirmed —
this is a behavior change in the release since 1.20 we are no longer supporting LLLoadURL to open link in build-in browser. so the fix above will not go into the next release. cheers the release 1.20.16. doesn't have the fixe. We need to have capability to use the in build browser in SL . it's still open ! not closed
This issue is a duplicate, besides LL has said they are not going to fix it.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
http://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Release_Candidate/1.20#Release_Notes_for_Second_Life_1.20.284.29_April_24th.2C_2008