diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-23 13:31:41 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-07-23 13:31:41 -0700 |
commit | 66522bb6bdff50f5f6838c1410e2cc4ab45a0a62 (patch) | |
tree | 3e079f236899373e9db8cb54fef293fa9950ffbb /indra/newview/llfloatersocial.h | |
parent | fdb8c2fcdb956307328d6638ca7c81004498b116 (diff) |
ACME-677 Make the 'Connect...', 'Disconnect' and 'Use another account...' buttons disabled upon clicking
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index f947207fbe..13c29e7028 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -120,6 +120,7 @@ class LLSocialAccountPanel : public LLPanel public: LLSocialAccountPanel(); BOOL postBuild(); + void draw(); private: void onVisibilityChange(const LLSD& new_visibility); |