diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-02 12:24:31 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-02 12:24:31 +0000 |
commit | 3e8b1006fbfcc43ecd9765369eb454bef26460fc (patch) | |
tree | 0eef774227e9627f9b3523a0ef79333d2a33ec8d /indra/newview/llpanelclassified.cpp | |
parent | d1d195ba904490c19faf2078560f49c3a6b16a18 (diff) | |
parent | 9c8a8f388ab24c404f19602e156a76ad1a03b841 (diff) |
PE merge.
Diffstat (limited to 'indra/newview/llpanelclassified.cpp')
-rw-r--r-- | indra/newview/llpanelclassified.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp index 3e374acdb3..836331b44b 100644 --- a/indra/newview/llpanelclassified.cpp +++ b/indra/newview/llpanelclassified.cpp @@ -1294,11 +1294,13 @@ void LLPanelClassifiedInfo::resetControls() { childSetEnabled("edit_btn", TRUE); childSetVisible("edit_btn", TRUE); + childSetVisible("auto_renew", TRUE); } else { childSetEnabled("edit_btn", FALSE); childSetVisible("edit_btn", FALSE); + childSetVisible("auto_renew", FALSE); } } |