diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-02-05 12:42:33 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-02-05 12:42:33 -0800 |
commit | a8b6083f47e59bdff00cb5204fc42ef214f3567a (patch) | |
tree | 642e1d53d4c77d0155315ba65daff746622e6dec /indra/newview/llfloatertools.cpp | |
parent | b8a46c81eefc3da66fc1a1c3ed9bfbf4418b535d (diff) | |
parent | 41ab7853536dcbbf2b64d06b754617ee6bc7e896 (diff) |
merge
Diffstat (limited to 'indra/newview/llfloatertools.cpp')
-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"); |