diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-01 15:11:43 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-02-01 15:11:43 +0200 |
commit | 97930c72b6f869e9bb47cda7d9ecfccf1a25a3fa (patch) | |
tree | d84237f63575a4ace5a563d482079cb1e26c204a /indra/newview | |
parent | 8fbc0aada88c6a3743f61dfc57018385a31802f0 (diff) |
CHUI-715 FIXED Disable Gear button if no conversation is selected
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterconversationlog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterconversationlog.cpp b/indra/newview/llfloaterconversationlog.cpp index a44ebcf6ab..07723ce44d 100644 --- a/indra/newview/llfloaterconversationlog.cpp +++ b/indra/newview/llfloaterconversationlog.cpp @@ -72,6 +72,7 @@ BOOL LLFloaterConversationLog::postBuild() void LLFloaterConversationLog::draw() { + getChild<LLMenuButton>("conversations_gear_btn")->setEnabled(mConversationLogList->getSelectedItem() != NULL); LLFloater::draw(); } |