summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-01 11:31:08 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-01 11:31:08 +0000
commitcdd3a7ecab1b9506eba52e8da92f349a4f7f2359 (patch)
tree9b575e425986b3f0496192e95009ba2297158de3 /indra/newview/llimview.cpp
parent244bef7d0cdb75f011f70d8cd834154eeb469088 (diff)
parent2e2d65cd10a9b2664d3ce020ef7e7e4de3d6705a (diff)
PE merge
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 80d2778934..b7d4db853e 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1733,6 +1733,9 @@ void LLIncomingCallDialog::onLifetimeExpired()
{
// close invitation if call is already not valid
mLifetimeTimer.stop();
+ LLUUID session_id = mPayload["session_id"].asUUID();
+ gIMMgr->clearPendingAgentListUpdates(session_id);
+ gIMMgr->clearPendingInvitation(session_id);
closeFloater();
}
}