diff options
author | McCabe Maxsted | 2009-03-07 18:55:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-03-07 18:55:47 -0700 |
commit | 457f0d9f42f1c6d80b95435a5d2650474b96926b (patch) | |
tree | 638d7cfb51e43d590f1f1db708bd5c05e185d445 /linden/indra/newview/llfloaterurldisplay.cpp | |
parent | Backported fix for VWR-8783, original patch by Gigs Taggart (diff) | |
download | meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.zip meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.tar.gz meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.tar.bz2 meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.tar.xz |
Landmark icons now correctly change color when visited (patch by Zi Ree--VWR-7896)
Diffstat (limited to 'linden/indra/newview/llfloaterurldisplay.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterurldisplay.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterurldisplay.cpp b/linden/indra/newview/llfloaterurldisplay.cpp index 563eaf6..457d8b6 100644 --- a/linden/indra/newview/llfloaterurldisplay.cpp +++ b/linden/indra/newview/llfloaterurldisplay.cpp | |||
@@ -75,7 +75,8 @@ void LLFloaterURLDisplay::displayParcelInfo(U64 region_handle, const LLVector3& | |||
75 | 75 | ||
76 | LLUUID region_id; // don't know this | 76 | LLUUID region_id; // don't know this |
77 | LLUUID landmark_asset_id; // don't know this either | 77 | LLUUID landmark_asset_id; // don't know this either |
78 | mPlacePanel->displayParcelInfo(pos_local, landmark_asset_id, region_id, pos_global); | 78 | LLUUID landmark_item_id; // don't know this either |
79 | mPlacePanel->displayParcelInfo(pos_local, landmark_asset_id, landmark_item_id, region_id, pos_global); | ||
79 | 80 | ||
80 | this->setVisible(true); | 81 | this->setVisible(true); |
81 | this->setFrontmost(true); | 82 | this->setFrontmost(true); |