diff options
author | Richard Linden <none@none> | 2011-03-28 15:35:48 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-28 15:35:48 -0700 |
commit | d597efc0f365fa07de9b7c0641dc4297466bfae5 (patch) | |
tree | 01f8501365f075f58421418e3bed126c0b149856 /indra/newview/llappviewerlinux.cpp | |
parent | 331a419a691145c8ef956581143c9267ba8f0909 (diff) |
fix for mac/linux?
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 39e754e549..523c2e3adf 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? |