diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-18 15:45:48 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-18 15:45:48 +0200 |
commit | f33a1d7ad994633f398c3e5ba9f668cf72d31099 (patch) | |
tree | e427da4de5ed1e3c533114a32dc6f8c7f6f378f8 /indra/newview/llgrouplist.cpp | |
parent | 5ab2980f9c4d6c33484b18d5d87c79d52acffaa3 (diff) | |
parent | a52a761460a882a7890033b29ed203e4ce54c486 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llgrouplist.cpp')
-rw-r--r-- | indra/newview/llgrouplist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgrouplist.cpp b/indra/newview/llgrouplist.cpp index 1ed1113f4d..bcfb516b81 100644 --- a/indra/newview/llgrouplist.cpp +++ b/indra/newview/llgrouplist.cpp @@ -287,7 +287,7 @@ bool LLGroupList::onContextMenuItemEnable(const LLSD& userdata) return gAgent.getGroupID() != selected_group_id; if (userdata.asString() == "call") - return LLVoiceClient::voiceEnabled()&&gVoiceClient->voiceWorking(); + return real_group_selected && LLVoiceClient::voiceEnabled()&&gVoiceClient->voiceWorking(); return real_group_selected; } |