diff options
author | Cho <cho@lindenlab.com> | 2013-07-03 00:35:10 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-07-03 00:35:10 +0100 |
commit | 853ad9d70ddcf0cdd354672a5c7baa858de1bb22 (patch) | |
tree | bbbbafc0e61a5fccbb141aa0df469724f3ebd083 /indra/newview/llfloatersocial.cpp | |
parent | 0ecfc4a1861fded92b4e24741622e0656a0e3b90 (diff) |
Implemented events for LLFacebookConnect state changes for ACME-662
Diffstat (limited to 'indra/newview/llfloatersocial.cpp')
-rw-r--r-- | indra/newview/llfloatersocial.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatersocial.cpp b/indra/newview/llfloatersocial.cpp index 4660644969..50d641865b 100644 --- a/indra/newview/llfloatersocial.cpp +++ b/indra/newview/llfloatersocial.cpp @@ -536,8 +536,8 @@ void LLFloaterSocial::onCancel() BOOL LLFloaterSocial::postBuild() { - // Initiate a connection to Facebook (getConnectionToFacebook() handles the already connected state) - LLFacebookConnect::instance().getConnectionToFacebook(true); + // Initiate a connection to Facebook + LLFacebookConnect::instance().checkConnectionToFacebook(true); // Keep tab of the Photo Panel mSocialPhotoPanel = static_cast<LLSocialPhotoPanel*>(getChild<LLUICtrl>("panel_social_photo")); return LLFloater::postBuild(); |