summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-18 21:49:02 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-18 21:49:02 -0700
commitd840a60ecc9f7a9e1e9521dc63a79bc73267ed88 (patch)
tree9ee945cc4a2b1ad83bed68e7ddeee508a25ff408 /indra/newview/llfloaterland.cpp
parentf9c068462f379a4678e59090a066cfa173504c6b (diff)
CHUI-373 : Fix : Refresh panel after setting parcel for sale
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