diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-22 18:49:22 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-22 18:49:22 -0700 |
commit | 882b2508db4519b328016802ab72093df7911e68 (patch) | |
tree | 2f88accc75f6af4287eb7b5ab3f95e2399bd701c /indra/newview/llfloatersocial.cpp | |
parent | ccedada68154205eaab78e4bb188f7bebaa1e686 (diff) |
ACME-729 Implement the 'Use another account...' button
Diffstat (limited to 'indra/newview/llfloatersocial.cpp')
-rw-r--r-- | indra/newview/llfloatersocial.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersocial.cpp b/indra/newview/llfloatersocial.cpp index e93a560f8f..f0bd1bb71a 100644 --- a/indra/newview/llfloatersocial.cpp +++ b/indra/newview/llfloatersocial.cpp @@ -750,7 +750,7 @@ void LLSocialAccountPanel::onConnect() void LLSocialAccountPanel::onUseAnotherAccount() { - + LLFacebookConnect::instance().disconnectThenConnectToFacebook(); } void LLSocialAccountPanel::onDisconnect() |