CHUI-715 FIXED Disable Gear button if no conversation is selected

master
Mnikolenko ProductEngine 2013-02-01 15:11:43 +02:00
parent 8fbc0aada8
commit 97930c72b6
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ BOOL LLFloaterConversationLog::postBuild()
void LLFloaterConversationLog::draw()
{
getChild<LLMenuButton>("conversations_gear_btn")->setEnabled(mConversationLogList->getSelectedItem() != NULL);
LLFloater::draw();
}