diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp index f10e558036..f56a4816ca 100755 --- a/indra/newview/llfilepicker.cpp +++ b/indra/newview/llfilepicker.cpp @@ -933,8 +933,14 @@ BOOL LLFilePicker::getSaveFile(ESaveFilter filter, const std::string& filename, success = false; } + // + if (blocking) + { + send_agent_resume(); + // // Account for the fact that the app has been stalled. LLFrameTimer::updateFrameTime(); + } return success; } //END LL_DARWIN