diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-07 17:20:52 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-07 17:20:52 +0200 |
commit | e360a444648dfa57c446e7714ea7eaf4db4a1d44 (patch) | |
tree | 42bb4326ff4ca0bb9c05583d2881fdab64676f6b /indra/newview/llpanelplaces.cpp | |
parent | eecf91653b679b83add99c08a20da5d2d8891436 (diff) |
Fixed normal bug EXT-2314 "Restore maturity rating in "Landmark" and "Teleport History" views":
- Added rating icons and text to "Landmark" and "Teleport History" views.
- Removed code for "Last Visited" from Teleport History.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelplaces.cpp')
-rw-r--r-- | indra/newview/llpanelplaces.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaces.cpp b/indra/newview/llpanelplaces.cpp index 8d117afcfe..3d0fba9426 100644 --- a/indra/newview/llpanelplaces.cpp +++ b/indra/newview/llpanelplaces.cpp @@ -293,7 +293,6 @@ void LLPanelPlaces::onOpen(const LLSD& key) mPosGlobal = hist_items[index].mGlobalPos; mPlaceProfile->setInfoType(LLPanelPlaceInfo::TELEPORT_HISTORY); - mPlaceProfile->updateLastVisitedText(hist_items[index].mDate); mPlaceProfile->displayParcelInfo(LLUUID(), mPosGlobal); } |