summaryrefslogtreecommitdiff
path: root/indra/llinventory/llpermissions.h
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-04-09 11:50:32 +0300
committerMike Antipov <mantipov@productengine.com>2010-04-09 11:50:32 +0300
commit5c797555b3293f0fac20ae5ba27a2bfd6c732215 (patch)
treec8d75cbd725e8575ae7215fa2c75977708ff07f1 /indra/llinventory/llpermissions.h
parent6d78a90636ecd0d6bf8266c3020cc31d7f233052 (diff)
Fixed normal bug EXT-6747 ('Favorites bar' folder became blank after part of landmarks were deleted by DnD on Trash button)
Reason: LLFolderView::removeSelectedItems() was used to delete dropped items in Places Landmarks Panel. This led to calling this method N times where N is count of selected items. Due to removeSelectedItems() select one of non-removed items each time after removing of selected ones (2*N - 1) items were really deleted. Fix: updated removing in Landmarks panel to remove dropped items one by one. Reviewed by Richard at https://codereview.productengine.com/secondlife/r/204/ --HG-- branch : product-engine
Diffstat (limited to 'indra/llinventory/llpermissions.h')
0 files changed, 0 insertions, 0 deletions