diff options
| author | Merov Linden <merov@lindenlab.com> | 2012-10-18 21:49:02 -0700 | 
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2012-10-18 21:49:02 -0700 | 
| commit | d840a60ecc9f7a9e1e9521dc63a79bc73267ed88 (patch) | |
| tree | 9ee945cc4a2b1ad83bed68e7ddeee508a25ff408 /indra | |
| parent | f9c068462f379a4678e59090a066cfa173504c6b (diff) | |
CHUI-373 : Fix : Refresh panel after setting parcel for sale
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llfloaterland.cpp | 2 | 
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  | 
