diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-18 17:41:03 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-18 17:41:03 +0200 |
commit | 90971d817193b416b580bfb46ed888776a59f972 (patch) | |
tree | f7b8402c07de72b731a1a3bf5613e5175877f3d1 | |
parent | 6b165ce2ade6db7d5e6cb23e039e4949dc71e617 (diff) |
Additional fix for CHUI-562
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 267dba562c..01b30305c4 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -764,7 +764,7 @@ void LLFloaterIMSessionTab::onTearOffClicked() void LLFloaterIMSessionTab::updateGearBtn() { - bool prevVisibility = mGearBtn->getVisible(); + BOOL prevVisibility = mGearBtn->getVisible(); mGearBtn->setVisible(checkIfTornOff() && mIsP2PChat); |