diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-18 16:13:14 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-18 16:13:14 -0700 |
commit | b2e2282e988ab8c7d989d8554a41fda8b8c6e691 (patch) | |
tree | 8405894fc4c4e531d067e60c0799ccf3ffcc0536 /indra/newview/llfloatersocial.h | |
parent | 883fca9d5a7c5db10f100b05b5312818233e342c (diff) |
ACME-727 Display 'Not connected to Facebook' when the user does not have a FB token
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index cdd8a71b79..48245e34ea 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -122,6 +122,8 @@ public: BOOL postBuild(); private: + void onVisibilityChange(const LLSD& new_visibility); + bool onFacebookConnectStateChange(const LLSD& data); void onConnect(); void onUseAnotherAccount(); void onDisconnect(); |