summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-11-14 23:14:13 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-11-15 22:29:13 (GMT)
commit0f4fad3929097dca24d1ca92b06283811661e1f4 (patch)
treeeecdeb5928b01342b2824e83202571e7c465512c /Swift/Controllers/MainController.cpp
parent1c95b70465d43c26a99c362fa2e512edc5b2b68d (diff)
downloadswift-0f4fad3929097dca24d1ca92b06283811661e1f4.zip
swift-0f4fad3929097dca24d1ca92b06283811661e1f4.tar.bz2
Don't show unread events after signout.
Resolves: #685 Release-Notes: Signing out with unread events will no longer trap your system tray with unread messages.
Diffstat (limited to 'Swift/Controllers/MainController.cpp')
-rw-r--r--Swift/Controllers/MainController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/MainController.cpp b/Swift/Controllers/MainController.cpp
index 165e87d..b8ba289 100644
--- a/Swift/Controllers/MainController.cpp
+++ b/Swift/Controllers/MainController.cpp
@@ -469,6 +469,7 @@ void MainController::handleCancelLoginRequest() {
}
void MainController::signOut() {
+ eventController_->clear();
logout();
loginWindow_->loggedOut();
resetClient();