diff options
| author | Rick Pasetto <rick@lindenlab.com> | 2010-02-04 14:53:33 -0800 | 
|---|---|---|
| committer | Rick Pasetto <rick@lindenlab.com> | 2010-02-04 14:53:33 -0800 | 
| commit | a3781e07df303542f458dae5649ab24cde1117d8 (patch) | |
| tree | cd12ed1f2f38227574ac6244495b01e975c869cd /indra/newview | |
| parent | 7bd532a655c58ddf722a23604b86d75caa116013 (diff) | |
This file should have gone in with a previous changeset (https://hg.lindenlab.com/viewer/viewer-2-0/changeset/dddb40b50424/)
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"); | 
