summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-04-19 12:52:43 -0700
committerRoxie Linden <roxie@lindenlab.com>2010-04-19 12:52:43 -0700
commit6823879c1ad2260e553bc6a641975ca478848f3b (patch)
treee1d52fee4f7df59e845abc0a30716837c2fb766a /indra/newview/llimview.cpp
parentd66c242fea8a846f087562d5ae2b32c50a3f5ef1 (diff)
CR Changes from Aimee
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp2
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();