summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-07-22 17:25:21 -0700
committerMerov Linden <merov@lindenlab.com>2013-07-22 17:25:21 -0700
commit58d107130b41d9e1380079db6f29578a56ee99fb (patch)
treec0c1bb8a61e732b4d938b7f9062eabadcc6fabe1 /indra
parentf44d24fafba7e8b9e8b5318602088a69d8da741c (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.cpp2
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));