diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-08-29 01:08:39 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-08-29 01:08:39 +0000 |
commit | 10459c79e793c09ea976a24ce1026c42ccf2690d (patch) | |
tree | eb562e983d5e8eeeecbd49645444aaf869f2fbf4 /indra/newview/llfloatertools.cpp | |
parent | 558897b4b90635f729a6264daecfe14752a12ceb (diff) |
EXT-614 Object inventory does not update to show inventory created or placed in the object.
Reviewed by: Seraph
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 bbcab00ab2..d05c9cb9a7 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -446,7 +446,7 @@ void LLFloaterTools::draw() void LLFloaterTools::dirty() { mDirty = TRUE; - LLFloaterOpenObject* instance = LLFloaterReg::getTypedInstance<LLFloaterOpenObject>("openobject"); + LLFloaterOpenObject* instance = LLFloaterReg::findTypedInstance<LLFloaterOpenObject>("openobject"); if (instance) instance->dirty(); } |