From ac6af25508eaa3339ddd294dfe3bc55c3435b796 Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Thu, 31 Mar 2016 18:08:31 +0300 Subject: MAINT-6238 Warn user if Trash is overflowing --- indra/newview/llinventorybridge.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llinventorybridge.cpp') 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; } -- cgit v1.2.3