diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-04-19 12:52:43 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-04-19 12:52:43 -0700 |
commit | 6823879c1ad2260e553bc6a641975ca478848f3b (patch) | |
tree | e1d52fee4f7df59e845abc0a30716837c2fb766a /indra/newview/llimview.cpp | |
parent | d66c242fea8a846f087562d5ae2b32c50a3f5ef1 (diff) |
CR Changes from Aimee
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 247f5b879a..109090a75a 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1848,7 +1848,7 @@ LLCallDialog(payload) void LLIncomingCallDialog::onLifetimeExpired() { std::string session_handle = mPayload["session_handle"].asString(); - if (LLVoiceClient::getInstance()->invitePending(session_handle)) + if (LLVoiceClient::getInstance()->isValidChannel(session_handle)) { // restart notification's timer if call is still valid mLifetimeTimer.start(); |