summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorCinder Biscuits <cinder.roxley@phoenixviewer.com>2013-09-10 22:12:18 +0000
committerCinder Biscuits <cinder.roxley@phoenixviewer.com>2013-09-10 22:12:18 +0000
commit5b7da1998a95ccf545ff3b5a38a62e79ee00e1bb (patch)
treed6a55a8d9be263272e994c685e06d649d94eb9fd /indra/newview
parent55ae6a7962cdc9a9d7d087fbc529d30db9c37013 (diff)
BUG-3848: send_agent_resume() was not being called after snapshot.
Diffstat (limited to 'indra/newview')
-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 b26d520557..c151b51c23 100755
--- a/indra/newview/llfilepicker.cpp
+++ b/indra/newview/llfilepicker.cpp
@@ -857,6 +857,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;