summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-11-29 16:35:50 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-12-13 08:17:10 (GMT)
commit7d19f0d81371d86d530d0e7083a04db914ce6745 (patch)
tree8ad4647f8f87591e97d3478fd493bdd81425cc83 /Swift/Controllers/MainController.h
parentdd721764a3605d14e0a8970e8bf0976657da8e4a (diff)
downloadswift-7d19f0d81371d86d530d0e7083a04db914ce6745.zip
swift-7d19f0d81371d86d530d0e7083a04db914ce6745.tar.bz2
Change MainController to not log back in if there's an error during logout
Resolves an issue where sending the stream close triggers an error.
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r--Swift/Controllers/MainController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h
index 12028d7..013f8bb 100644
--- a/Swift/Controllers/MainController.h
+++ b/Swift/Controllers/MainController.h
@@ -164,6 +164,7 @@ namespace Swift {
StatusTracker* statusTracker_;
bool myStatusLooksOnline_;
bool quitRequested_;
+ bool offlineRequested_;
static const int SecondsToWaitBeforeForceQuitting;
bool eagleMode_;
FileTransferOverview* ftOverview_;