diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-08 14:11:24 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-02-08 14:11:24 +0200 |
commit | 4e28c10971dc4f9a52a7b3f109143dbce3528d21 (patch) | |
tree | 1437a0c9f5b5a1415a0542a6294409b5b0eefda0 /indra/newview/llpanelplaces.cpp | |
parent | 7d21ca8b2e2a15dddcd28595937cdc1b187d4435 (diff) |
Fixed major bug (EXT-5017) Landmark Info panel opens immediately after
retrieving data about landmarking location.
--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 a49386cb5c..c0491cc00f 100644 --- a/indra/newview/llpanelplaces.cpp +++ b/indra/newview/llpanelplaces.cpp @@ -1023,7 +1023,6 @@ void LLPanelPlaces::showAddedLandmarkInfo(const std::vector<LLUUID>& items) { setItem(item); } - break; } } } |