summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-03-05 09:33:37 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-03-05 09:33:37 +0200
commitcc5d5f76b0d93683890e34aebe85417dafe51bba (patch)
tree7d5778e45c364e063859ca4fa83ef939d4973542
parenteb037986bdc25488fef25763b84025be25bc9e23 (diff)
Updated LLPanelClassifiedInfo::resetData() with recentrly added controls.
--HG-- branch : product-engine
-rw-r--r--indra/newview/llpanelclassified.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/indra/newview/llpanelclassified.cpp b/indra/newview/llpanelclassified.cpp
index 5138ca7c36..c4684e9827 100644
--- a/indra/newview/llpanelclassified.cpp
+++ b/indra/newview/llpanelclassified.cpp
@@ -1324,8 +1324,12 @@ void LLPanelClassifiedInfo::resetData()
setClassifiedId(LLUUID::null);
setSnapshotId(LLUUID::null);
mPosGlobal.clearVec();
- childSetValue("category", LLStringUtil::null);
- childSetValue("content_type", LLStringUtil::null);
+ childSetText("category", LLStringUtil::null);
+ childSetText("content_type", LLStringUtil::null);
+ childSetText("click_through_text", LLStringUtil::null);
+ childSetText("price_for_listing", LLStringUtil::null);
+ childSetText("auto_renew", LLStringUtil::null);
+ childSetText("creation_date", LLStringUtil::null);
childSetText("click_through_text", LLStringUtil::null);
}