summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-10-24 14:25:14 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-10-24 14:26:15 (GMT)
commit9d3b9903fcf830599c1b46fd1725f4d1d197e966 (patch)
treed34bf9e7ebef1531a09386eff963f301334dbdf8 /Swift/Controllers/MainController.h
parent77fbff68d5aa3a292a3cb2aae4fdaf7f5619116a (diff)
downloadswift-9d3b9903fcf830599c1b46fd1725f4d1d197e966.zip
swift-9d3b9903fcf830599c1b46fd1725f4d1d197e966.tar.bz2
Rejoin MUCs on reconnect.
Resolves: #625 Release-Notes: MUCs will once again be rejoined on reconnect.
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r--Swift/Controllers/MainController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h
index 2f01fd2..868f966 100644
--- a/Swift/Controllers/MainController.h
+++ b/Swift/Controllers/MainController.h
@@ -115,7 +115,7 @@ namespace Swift {
void performLoginFromCachedCredentials();
void reconnectAfterError();
- void setManagersOnline(bool enabled);
+ void setManagersOffline();
void handleNotificationClicked(const JID& jid);
VCardStorage* getVCardStorageForProfile(const JID& jid);