From 32aea4e72d83852fa24d71d6c8bbbf81d2be5741 Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Thu, 17 Dec 2009 20:33:50 -0500 Subject: EXT-3552 : Opening a box and copy the items to inventroy also opens an inventory floater InventorySP/InventoryFloater open behavior now follows 2.0 conventions -- sidepanel will open in preference to floater. --- indra/newview/llfloateropenobject.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra/newview/llfloateropenobject.cpp') diff --git a/indra/newview/llfloateropenobject.cpp b/indra/newview/llfloateropenobject.cpp index bc89f93763..ec50ed596c 100644 --- a/indra/newview/llfloateropenobject.cpp +++ b/indra/newview/llfloateropenobject.cpp @@ -224,7 +224,6 @@ void LLFloaterOpenObject::callbackMoveInventory(S32 result, void* data) if (result == 0) { - LLFloaterInventory::showAgentInventory(); LLInventoryPanel *active_panel = LLInventoryPanel::getActiveInventoryPanel(); if (active_panel) { -- cgit v1.2.3