diff options
| author | Richard Linden <none@none> | 2011-07-05 16:51:24 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2011-07-05 16:51:24 -0700 |
| commit | 9fb8b53999c3deb2d3171609215da2cff3403635 (patch) | |
| tree | bfb38c3a87294930638a92c9afb31cc545e684c0 /indra/newview/llavataractions.cpp | |
| parent | e3c4b489fc212273a0e4d4b186638c758aae943c (diff) | |
| parent | aecfaef10c41dce7395c3a02dcd84a39b6ffbeee (diff) | |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/newview/llavataractions.cpp')
| -rw-r--r-- | indra/newview/llavataractions.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index eeb4ec8458..b2d97a796a 100644 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -313,7 +313,9 @@ static void on_avatar_name_show_profile(const LLUUID& agent_id, const LLAvatarNa std::string url = getProfileURL(username); // PROFILES: open in webkit window - LLWeb::loadWebURLInternal(url, "", agent_id.asString()); + const bool show_chrome = false; + static LLCachedControl<LLRect> profile_rect(gSavedSettings, "WebProfileRect"); + LLFloaterWebContent::create(url, "", agent_id.asString(), show_chrome, profile_rect); } // static |
