diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-22 17:25:21 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-22 17:25:21 -0700 |
commit | 58d107130b41d9e1380079db6f29578a56ee99fb (patch) | |
tree | c0c1bb8a61e732b4d938b7f9062eabadcc6fabe1 /indra | |
parent | f44d24fafba7e8b9e8b5318602088a69d8da741c (diff) |
ACME-741: Fixed: Do not try to get FB account info when the user is not connected to FB (otherwise, it autoconnects...)
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloatersocial.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatersocial.cpp b/indra/newview/llfloatersocial.cpp index d734518cbb..acfb0960be 100644 --- a/indra/newview/llfloatersocial.cpp +++ b/indra/newview/llfloatersocial.cpp @@ -650,8 +650,6 @@ void LLSocialAccountPanel::onVisibilityChange(const LLSD& new_visibility) LLEventPumps::instance().obtain("FacebookConnectState").stopListening("LLSocialAccountPanel"); LLEventPumps::instance().obtain("FacebookConnectState").listen("LLSocialAccountPanel", boost::bind(&LLSocialAccountPanel::onFacebookConnectStateChange, this, _1)); - LLFacebookConnect::instance().loadFacebookInfo(); - LLEventPumps::instance().obtain("FacebookConnectInfo").stopListening("LLSocialAccountPanel"); LLEventPumps::instance().obtain("FacebookConnectInfo").listen("LLSocialAccountPanel", boost::bind(&LLSocialAccountPanel::onFacebookConnectInfoChange, this)); |