diff options
| author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-07-13 16:30:33 +0300 | 
|---|---|---|
| committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-07-13 16:30:33 +0300 | 
| commit | 8fd35a0a084303073bc40580d69c797c073fb4dc (patch) | |
| tree | ed65ed61a19d3ba7f827dde52e830a7df5ac5d6e | |
| parent | 56277fa43c6f6491d356c6fb8a0a0275d4cd00fc (diff) | |
CHUI-207 FIXED cancellation of removal of the object that has already been removed
| -rw-r--r-- | indra/newview/llinventorypanel.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 0aa67cddca..ed370e9add 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -533,7 +533,6 @@ void LLInventoryPanel::modelChanged(U32 mask)  				// Remove the item's UI.                  removeItemID(viewmodel_item->getUUID());  				view_item->destroyView(); -                removeItemID(viewmodel_item->getUUID());  			}  		}  	} | 
