From c70b05082f7175a43f0957fabcba1f0a2581471c Mon Sep 17 00:00:00 2001 From: gabriel lee Date: Mon, 9 Aug 2010 12:44:28 +0100 Subject: patching from fixes made in dessie/viewer-release --- indra/newview/llpanelplace.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llpanelplace.cpp') diff --git a/indra/newview/llpanelplace.cpp b/indra/newview/llpanelplace.cpp index 1446088c4f..0b189df08d 100644 --- a/indra/newview/llpanelplace.cpp +++ b/indra/newview/llpanelplace.cpp @@ -202,6 +202,9 @@ void LLPanelPlace::sendParcelInfoRequest() { if (mParcelID != mRequestedID) { + //ext-4655, remove now incase this gets called twice without a remove + LLRemoteParcelInfoProcessor::getInstance()->removeObserver(mRequestedID, this); + LLRemoteParcelInfoProcessor::getInstance()->addObserver(mParcelID, this); LLRemoteParcelInfoProcessor::getInstance()->sendParcelInfoRequest(mParcelID); -- cgit v1.3