diff options
author | Oz Linden <oz@lindenlab.com> | 2013-11-18 19:05:34 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-11-18 19:05:34 -0500 |
commit | 6bd777214c535b91048533c792cb2dd499ec6ebf (patch) | |
tree | 24cd4bb15bac292cfd71c39dcdd58e597fffb8e3 /indra/newview/llpanelplaces.cpp | |
parent | ebc9bcbf69f7a519677a6522979a6bf6cbb04bb8 (diff) |
add callbacks to LLAgent for Region and Parcel changes
Diffstat (limited to 'indra/newview/llpanelplaces.cpp')
-rwxr-xr-x | indra/newview/llpanelplaces.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaces.cpp b/indra/newview/llpanelplaces.cpp index 6c2a01fc82..8bb3ace2d9 100755 --- a/indra/newview/llpanelplaces.cpp +++ b/indra/newview/llpanelplaces.cpp @@ -251,7 +251,7 @@ LLPanelPlaces::LLPanelPlaces() gInventory.addObserver(mInventoryObserver); - mAgentParcelChangedConnection = LLViewerParcelMgr::getInstance()->addAgentParcelChangedCallback( + mAgentParcelChangedConnection = gAgent.addParcelChangedCallback( boost::bind(&LLPanelPlaces::updateVerbs, this)); //buildFromFile( "panel_places.xml"); // Called from LLRegisterPanelClass::defaultPanelClassBuilder() |