diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-02-04 19:04:03 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-02-04 19:04:03 -0500 |
commit | a05766c200df4094c483a755b95b9a3ac970fe81 (patch) | |
tree | ddec0c53547f743aa8649307716ab1d0df61f958 /indra/newview/llfloatertools.cpp | |
parent | 14d77a36d4392cd51a0887d957905ce4c532ba38 (diff) | |
parent | 195b13beff0ea476ed47a08f6a44b85dc151eec8 (diff) |
automated merge viewer2.0->viewer2.0
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"); |