summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpay.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-06-28 10:23:03 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-06-28 10:23:03 -0700
commit49209dfd7123515d76f9598149c1c724d0c0825a (patch)
tree6637f56b9b25973739e597883ee3ebca3019088b /indra/newview/llfloaterpay.cpp
parentadc29e9b9f4d88cd6adfd27b3b516c069f84693c (diff)
parent3fca4b0d61ad4534f26a8963ed6381a76e4f7c19 (diff)
Merge
Diffstat (limited to 'indra/newview/llfloaterpay.cpp')
-rw-r--r--indra/newview/llfloaterpay.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpay.cpp b/indra/newview/llfloaterpay.cpp
index 51364594e4..ba7526ccd5 100644
--- a/indra/newview/llfloaterpay.cpp
+++ b/indra/newview/llfloaterpay.cpp
@@ -145,6 +145,9 @@ LLFloaterPay::~LLFloaterPay()
{
std::for_each(mCallbackData.begin(), mCallbackData.end(), DeletePointer());
// Name callbacks will be automatically disconnected since LLFloater is trackable
+
+ // In case this floater is currently waiting for a reply.
+ gMessageSystem->setHandlerFuncFast(_PREHASH_PayPriceReply, 0, 0);
}
BOOL LLFloaterPay::postBuild()