From b31f7381ae85a0aa6c4d9e93b1d8bac5854fdd01 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Mon, 10 Nov 2014 22:35:24 -0800 Subject: DD-266 : Use prevalidateNonNegativeS32 instead of prevalidatePositiveS32... Grmbl... --- indra/newview/llfloatermarketplacelistings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp index 942279b0f1..5f3e83ef5d 100755 --- a/indra/newview/llfloatermarketplacelistings.cpp +++ b/indra/newview/llfloatermarketplacelistings.cpp @@ -569,7 +569,7 @@ BOOL LLFloaterAssociateListing::postBuild() { getChild("OK")->setCommitCallback(boost::bind(&LLFloaterAssociateListing::apply, this, TRUE)); getChild("Cancel")->setCommitCallback(boost::bind(&LLFloaterAssociateListing::cancel, this)); - getChild("listing_id")->setPrevalidate(&LLTextValidate::validatePositiveS32); + getChild("listing_id")->setPrevalidate(&LLTextValidate::validateNonNegativeS32); center(); return LLFloater::postBuild(); -- cgit v1.2.3