summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2013-06-28 01:21:14 +0100
committerCho <cho@lindenlab.com>2013-06-28 01:21:14 +0100
commit0e50cbc2edacdecf32071c97c2ce5349db5ef5e9 (patch)
treebd323efb580049560eae78afc96d257f18ea4132 /indra/newview/llfloatersocial.cpp
parentfc05dc5114785368e37e325fdb429fed7cd3c363 (diff)
made it optional to autoconnect in LLFacebookConnect::getConnectionToFacebook() for ACME-648
Diffstat (limited to 'indra/newview/llfloatersocial.cpp')
-rw-r--r--indra/newview/llfloatersocial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersocial.cpp b/indra/newview/llfloatersocial.cpp
index 8d026471dc..35761d5cc8 100644
--- a/indra/newview/llfloatersocial.cpp
+++ b/indra/newview/llfloatersocial.cpp
@@ -516,7 +516,7 @@ void LLFloaterSocial::onCancel()
BOOL LLFloaterSocial::postBuild()
{
// Initiate a connection to Facebook (getConnectionToFacebook() handles the already connected state)
- LLFacebookConnect::instance().getConnectionToFacebook();
+ LLFacebookConnect::instance().getConnectionToFacebook(true);
// Keep tab of the Photo Panel
mSocialPhotoPanel = static_cast<LLSocialPhotoPanel*>(getChild<LLUICtrl>("panel_social_photo"));
return LLFloater::postBuild();