diff options
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llfloatertools.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 241497aeaf..4edd09b02c 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -1321,7 +1321,7 @@ bool LLFloaterTools::deleteMediaConfirm(const LLSD& notification, const LLSD& re  	switch( option )  	{  		case 0:  // "Yes" -			LLSelectMgr::getInstance()->selectionSetMedia( 0 ); +			LLSelectMgr::getInstance()->selectionSetMedia( 0, LLSD() );  			if(LLFloaterReg::instanceVisible("media_settings"))  			{  				LLFloaterReg::hideInstance("media_settings"); | 
