From 97930c72b6f869e9bb47cda7d9ecfccf1a25a3fa Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Fri, 1 Feb 2013 15:11:43 +0200 Subject: CHUI-715 FIXED Disable Gear button if no conversation is selected --- indra/newview/llfloaterconversationlog.cpp | 1 + 1 file changed, 1 insertion(+) 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("conversations_gear_btn")->setEnabled(mConversationLogList->getSelectedItem() != NULL); LLFloater::draw(); } -- cgit v1.2.3