summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmitrykproductengine <none@none>2013-08-12 21:42:52 +0300
committerdmitrykproductengine <none@none>2013-08-12 21:42:52 +0300
commit5eba8063a7dfdde77b4e3c8054c51ab91b96dd70 (patch)
tree520cf0c205550aa315e0965ba838596ce3f24b52
parentbc1606111478d53456601d8be239b0411f62ae37 (diff)
MAINT-2175 FIXED 'Pay Resident' floater is not opened after clicking on 'Pay' button in Object profile
-rwxr-xr-xindra/newview/llsidepaneltaskinfo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llsidepaneltaskinfo.cpp b/indra/newview/llsidepaneltaskinfo.cpp
index ad7c939728..9be6d0c5f1 100755
--- a/indra/newview/llsidepaneltaskinfo.cpp
+++ b/indra/newview/llsidepaneltaskinfo.cpp
@@ -1170,6 +1170,10 @@ void LLSidepanelTaskInfo::doClickAction(U8 click_action)
// Warn, but do it anyway.
LLNotificationsUtil::add("ClickActionNotPayable");
}
+ else
+ {
+ handle_give_money_dialog();
+ }
}
LLSelectMgr::getInstance()->selectionSetClickAction(click_action);
}