summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-10-22 10:35:35 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-10-22 10:35:35 -0700
commit520a29962081cb420341d8c40925569c20cadc2a (patch)
tree39a64ebc7473fdedd9eaef0abc656d448653708b /indra/newview/llfloaterland.cpp
parentb0c54dfd3e2ecc8d4f875276397a55cef40a3d9a (diff)
parent730ba97759deabd7fb45e63eae650f83c1d9ba99 (diff)
merging in latest changes
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r--indra/newview/llfloaterland.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 4fc6684e8e..a5dd197336 100644
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -1045,6 +1045,8 @@ void LLPanelLandGeneral::onCommitAny(LLUICtrl *ctrl, void *userdata)
void LLPanelLandGeneral::onClickSellLand(void* data)
{
LLViewerParcelMgr::getInstance()->startSellLand();
+ LLPanelLandGeneral *panelp = (LLPanelLandGeneral *)data;
+ panelp->refresh();
}
// static