summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.cpp
diff options
context:
space:
mode:
authorMaximB ProductEngine <mberezhnoy@productengine.com>2013-09-23 20:28:23 +0300
committerMaximB ProductEngine <mberezhnoy@productengine.com>2013-09-23 20:28:23 +0300
commit089081dc802a8efb41d3eda7b2eec6f9637f1c4b (patch)
tree6d08c1ef1cd3691ab225a0c281d002b9d2af62cb /indra/newview/llfilepicker.cpp
parent3e934d5089abacbfb1c7bfbaff4a2d415587bfbb (diff)
parent3bfac42f07b1896bea3fd1ece762c56e3f1fc819 (diff)
merge
Diffstat (limited to 'indra/newview/llfilepicker.cpp')
-rwxr-xr-xindra/newview/llfilepicker.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp
index 742a615902..3fec81b627 100755
--- a/indra/newview/llfilepicker.cpp
+++ b/indra/newview/llfilepicker.cpp
@@ -873,6 +873,8 @@ BOOL LLFilePicker::getSaveFile(ESaveFilter filter, const std::string& filename)
success = false;
}
+ send_agent_resume();
+
// Account for the fact that the app has been stalled.
LLFrameTimer::updateFrameTime();
return success;