diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-03-31 18:08:31 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-03-31 18:08:31 +0300 |
commit | ac6af25508eaa3339ddd294dfe3bc55c3435b796 (patch) | |
tree | 27ba7617e2dcfc06dbb606c8d30b45851414ee90 /indra/newview/llinventorybridge.cpp | |
parent | 783cc9756ad6cc07d27bf985171c922aa20b0fc8 (diff) |
MAINT-6238 Warn user if Trash is overflowing
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rwxr-xr-x | indra/newview/llinventorybridge.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 9782c792c9..907491a390 100755 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2065,6 +2065,7 @@ BOOL LLItemBridge::removeItem() } LLNotifications::instance().forceResponse(params, 0); + model->checkTrashOverflow(); return TRUE; } |