diff options
author | Oz Linden <oz@lindenlab.com> | 2016-08-11 15:36:09 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-08-11 15:36:09 -0400 |
commit | 6ff420d705625fef4b0456c19bb9c766cabb31af (patch) | |
tree | 16c27571df04932dd830b35e06cdf4e9b5dbf07e /indra/newview/llfloatersnapshot.cpp | |
parent | c32b27f5b77c7d8e53b11163d04f2842949d71de (diff) | |
parent | 4fb100ac7a33174883184f1320d0beac08ead3a7 (diff) |
merge changes for 4.0.7-release
Diffstat (limited to 'indra/newview/llfloatersnapshot.cpp')
-rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index afec981d56..b906671c7f 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -1418,6 +1418,20 @@ void LLFloaterSnapshot::postPanelSwitch() } // static +void LLFloaterSnapshot::inventorySaveFailed() +{ + LLFloaterSnapshot* instance = findInstance(); + if (!instance) + { + llassert(instance != NULL); + return; + } + + instance->impl.updateControls(instance); + instance->impl.setStatus(Impl::STATUS_FINISHED, false, "inventory"); +} + +// static LLPointer<LLImageFormatted> LLFloaterSnapshot::getImageData() { // FIXME: May not work for textures. |