Compare commits
1 Commits
sv-1.8.9.8
...
sv-1.8.9.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae244983b0 |
@@ -140,7 +140,7 @@ struct CommWrapper
|
||||
static bool only_comm()
|
||||
{
|
||||
static const LLCachedControl<bool> only("CommunicateSpecificShortcut");
|
||||
return only || LLFloaterChatterBox::instance().getFloaterCount();
|
||||
return only || LLFloaterChatterBox::getInstance()->getFloaterCount();
|
||||
}
|
||||
static bool instanceVisible(const LLSD& key) { return only_comm() ? LLFloaterChatterBox::instanceVisible(key) : LLFloaterMyFriends::instanceVisible(key); }
|
||||
static void toggleInstance(const LLSD& key) { only_comm() ? LLFloaterChatterBox::toggleInstance(key) : LLFloaterMyFriends::toggleInstance(key); }
|
||||
|
||||
Reference in New Issue
Block a user