summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterfacebook.h
diff options
context:
space:
mode:
authorNiranV <NiranV.Dean@googlemail.com>2014-08-26 21:04:54 +0200
committerNiranV <NiranV.Dean@googlemail.com>2014-08-26 21:04:54 +0200
commited29df03092092247d2743fe1c0ec9e501c4da28 (patch)
treebcbcc69436f6545eb3de22616189525c2f44ccc8 /indra/newview/llfloaterfacebook.h
parent0a134e749d01b711ca38a91044efb787cd815701 (diff)
STORM-2073: Fixed: Double post when clicking "Post" while not logged in. Makes the previous double post for "Connect" obselete.
Diffstat (limited to 'indra/newview/llfloaterfacebook.h')
-rw-r--r--indra/newview/llfloaterfacebook.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterfacebook.h b/indra/newview/llfloaterfacebook.h
index 6fe7a6541b..a4ca666b20 100644
--- a/indra/newview/llfloaterfacebook.h
+++ b/indra/newview/llfloaterfacebook.h
@@ -46,6 +46,7 @@ public:
void draw();
void onSend();
bool onFacebookConnectStateChange(const LLSD& data);
+ bool onFacebookConnectAccountStateChange(const LLSD& data);
void sendStatus();
void clearAndClose();
@@ -62,8 +63,6 @@ private:
void showDisconnectedLayout();
void showConnectedLayout();
- bool pressedConnect;
-
LLTextBox * mAccountCaptionLabel;
LLTextBox * mAccountNameLabel;
LLUICtrl * mPanelButtons;