diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-01-12 21:08:27 +0200 |
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-01-12 21:08:27 +0200 |
| commit | 6df80ebcc4b547d3728ed5fca6fa4efa899f30ea (patch) | |
| tree | 75e6be3cb9ca1a93602dddfe111fed4a600face7 /indra/newview/llchiclet.cpp | |
| parent | 1e0753ddb21bf5bda734a2a26ddd97588224093e (diff) | |
MAINT-6018 Open URL dialog spam
Removed "close by owner" item form chiclet's right-click menu
Diffstat (limited to 'indra/newview/llchiclet.cpp')
| -rwxr-xr-x | indra/newview/llchiclet.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index ad26bbd491..dedb06c945 100755 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -1092,10 +1092,6 @@ void LLScriptChiclet::onMenuItemClicked(const LLSD& user_data) { LLScriptFloaterManager::instance().removeNotification(getSessionId()); } - else if ("end_owner" == action) - { - LLScriptFloaterManager::instance().removeAllNotificationsByOwner(getSessionId()); - } } void LLScriptChiclet::createPopupMenu() |
