summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <andreylproductengine@lindenlab.com>2016-03-31 20:06:51 +0300
committerAndrey Lihatskiy <andreylproductengine@lindenlab.com>2016-03-31 20:06:51 +0300
commita04341efaa63cd6bc47db25c1e4b4bf1e31d90a8 (patch)
treee3fa26cb26eda5321f331d4ca146759693a15c06 /indra/newview/llinventorybridge.cpp
parent0e155c51a95f092dda4f1ee71b4de46c7e98c10d (diff)
parentac6af25508eaa3339ddd294dfe3bc55c3435b796 (diff)
Merged in andreyl_productengine/viewer-lion-marchcat (pull request #30)
MAINT-6238 Warn user if Trash is overflowing
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rwxr-xr-xindra/newview/llinventorybridge.cpp1
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;
}