diff options
author | Richard Linden <none@none> | 2011-03-28 11:48:43 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-28 11:48:43 -0700 |
commit | f2892c98823a4022604afe91de0bbb1b2ce56e19 (patch) | |
tree | 1d6da3c3ff6761f62b03063f7f68092738abc637 /indra/newview/llappviewerlinux.cpp | |
parent | 03aef8f20c9343d04cde142cb95652433838a102 (diff) |
fix for linux and mac
Diffstat (limited to 'indra/newview/llappviewerlinux.cpp')
-rw-r--r-- | indra/newview/llappviewerlinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerlinux.cpp b/indra/newview/llappviewerlinux.cpp index 898cc1c0ba..39e754e549 100644 --- a/indra/newview/llappviewerlinux.cpp +++ b/indra/newview/llappviewerlinux.cpp @@ -233,7 +233,7 @@ gboolean viewer_app_api_GoSLURL(ViewerAppAPI *obj, gchar *slurl, gboolean **succ std::string url = slurl; LLMediaCtrl* web = NULL; const bool trusted_browser = false; - if (LLURLDispatcher::dispatch(url, web, trusted_browser)) + if (LLURLDispatcher::dispatch(url, web, "", trusted_browser)) { // bring window to foreground, as it has just been "launched" from a URL // todo: hmm, how to get there from here? |