summaryrefslogtreecommitdiff
path: root/indra/newview/llgrouplist.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-02-18 15:45:48 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-02-18 15:45:48 +0200
commitf33a1d7ad994633f398c3e5ba9f668cf72d31099 (patch)
treee427da4de5ed1e3c533114a32dc6f8c7f6f378f8 /indra/newview/llgrouplist.cpp
parent5ab2980f9c4d6c33484b18d5d87c79d52acffaa3 (diff)
parenta52a761460a882a7890033b29ed203e4ce54c486 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llgrouplist.cpp')
-rw-r--r--indra/newview/llgrouplist.cpp2
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;
}