summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-02-03 17:55:18 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-02-03 17:55:18 +0200
commite4a54c80f7e6e9dbe48a2c5e08bcc5f6ac0cc073 (patch)
tree05177e15dd9088e11420ac915dc7b45a8b145cee /indra/newview/llimview.cpp
parent11228d4b7d6be72759625e604fc09bade3cd306e (diff)
parent005ec1479021e698714dcdc4bab189af6fcf5ff4 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 9a3a4c0125..0c64c2b032 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1709,6 +1709,8 @@ BOOL LLOutgoingCallDialog::postBuild()
childSetAction("Cancel", onCancel, this);
+ setCanDrag(FALSE);
+
return success;
}
@@ -1808,6 +1810,8 @@ BOOL LLIncomingCallDialog::postBuild()
mLifetimeTimer.stop();
}
+ setCanDrag(FALSE);
+
return TRUE;
}