diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-10-08 08:34:38 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-10-08 08:34:38 (GMT) |
commit | 58177796fa51784da5f10298a643f972164e6d07 (patch) | |
tree | 88e063533f9410a7a57500d9212f45820cb360a2 /Swift/Controllers/MainController.h | |
parent | 091f554f42dcdef534718fb759eb45b622adfd4f (diff) | |
download | swift-58177796fa51784da5f10298a643f972164e6d07.zip swift-58177796fa51784da5f10298a643f972164e6d07.tar.bz2 |
Cancel chat state display when offline.
Release-Notes: Contacts will no longer show as 'typing' if you go offline before they've sent the message.
Resolves: #561
Diffstat (limited to 'Swift/Controllers/MainController.h')
-rw-r--r-- | Swift/Controllers/MainController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/MainController.h b/Swift/Controllers/MainController.h index d5a8406..163a260 100644 --- a/Swift/Controllers/MainController.h +++ b/Swift/Controllers/MainController.h @@ -118,7 +118,7 @@ namespace Swift { void performLoginFromCachedCredentials(); void reconnectAfterError(); - void setManagersEnabled(bool enabled); + void setManagersOnline(bool enabled); void handleNotificationClicked(const JID& jid); VCardStorage* getVCardStorageForProfile(const JID& jid); |