From 09f0b98e14a167902ffea75467e8c528cab8dad8 Mon Sep 17 00:00:00 2001 From: Dmitry Oleshko Date: Tue, 8 Dec 2009 18:55:36 +0200 Subject: additional fix for outgoing voice notification now only "NO ANSWER" notification closed after specified timeout --HG-- branch : product-engine --- indra/newview/llimview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index b710c41650..9790bdf9c0 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1422,6 +1422,8 @@ void LLOutgoingCallDialog::onOpen(const LLSD& key) LLAvatarIconCtrl* icon = getChild("avatar_icon"); icon->setValue(callee_id); + // stop timer by default + mLifetimeTimer.stop(); if(mPayload.has("start_timer")) { mLifetimeTimer.reset(); -- cgit v1.2.3