diff options
author | NiranV <NiranV.Dean@googlemail.com> | 2014-08-20 01:38:50 +0200 |
---|---|---|
committer | NiranV <NiranV.Dean@googlemail.com> | 2014-08-20 01:38:50 +0200 |
commit | 2b66eeb4a61235fae4c29ecd98890b8b47badafe (patch) | |
tree | 316df388d38982e685da25470029a2db31a67981 /indra/newview/llfloaterfacebook.h | |
parent | bca5c1ed7956d2b32f1ba1609edd2f00566adc81 (diff) |
STORM-2073: Fixed: Do not post our status if we press the "Connect" button otherwise we end up double posting.
Diffstat (limited to 'indra/newview/llfloaterfacebook.h')
-rw-r--r-- | indra/newview/llfloaterfacebook.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterfacebook.h b/indra/newview/llfloaterfacebook.h index 86e3a148b9..e1526db18d 100644 --- a/indra/newview/llfloaterfacebook.h +++ b/indra/newview/llfloaterfacebook.h @@ -62,6 +62,8 @@ private: void showDisconnectedLayout();
void showConnectedLayout();
+ bool pressedConnect;
+
LLTextBox * mAccountCaptionLabel;
LLTextBox * mAccountNameLabel;
LLUICtrl * mPanelButtons;
|