summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpay.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-06-28 12:32:21 -0400
committerLoren Shih <seraph@lindenlab.com>2010-06-28 12:32:21 -0400
commit3fca4b0d61ad4534f26a8963ed6381a76e4f7c19 (patch)
treebd563f39e6bbd5984c4c529bf0252de9b94f2ea5 /indra/newview/llfloaterpay.cpp
parent3ce3df564351ad7b6fb0acd4e0252b5f89f2a47e (diff)
parent8d18056e8296472d58a820fd77a6a66100e70661 (diff)
automated 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()