aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterland.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/linden/indra/newview/llfloaterland.cpp b/linden/indra/newview/llfloaterland.cpp
index ee89975..78e5e70 100644
--- a/linden/indra/newview/llfloaterland.cpp
+++ b/linden/indra/newview/llfloaterland.cpp
@@ -192,13 +192,11 @@ void LLFloaterLand::show()
192 // (and hence we have the local id). 192 // (and hence we have the local id).
193 // gParcelMgr->sendParcelAccessListRequest(AL_ACCESS | AL_BAN | AL_RENTER); 193 // gParcelMgr->sendParcelAccessListRequest(AL_ACCESS | AL_BAN | AL_RENTER);
194 194
195 // If we've already got the parcel data, fill the
196 // floater with it.
197 sInstance->mParcel = gParcelMgr->getFloatingParcelSelection(); 195 sInstance->mParcel = gParcelMgr->getFloatingParcelSelection();
198 if (sInstance->mParcel->getParcel()) 196
199 { 197 // Refresh even if not over a region so we don't get an
200 sInstance->refresh(); 198 // uninitialized dialog. The dialog is 0-region aware.
201 } 199 sInstance->refresh();
202} 200}
203 201
204//static 202//static