diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-10-24 15:56:20 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-10-24 15:56:20 (GMT) |
commit | 50355ba2db929486e279ccca2e6231ecf188d881 (patch) | |
tree | f148fb87d2a3057bff00e93c99671d1179a42669 /Swift | |
parent | 16386458ff461edfdfd498fe737436ce9297babf (diff) | |
download | swift-50355ba2db929486e279ccca2e6231ecf188d881.zip swift-50355ba2db929486e279ccca2e6231ecf188d881.tar.bz2 |
Missing line from last commit
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtSystemTray.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtSystemTray.cpp b/Swift/QtUI/QtSystemTray.cpp index 90d07dd..aa9bac2 100644 --- a/Swift/QtUI/QtSystemTray.cpp +++ b/Swift/QtUI/QtSystemTray.cpp @@ -28,6 +28,7 @@ void QtSystemTray::setUnreadMessages(bool some) { void QtSystemTray::setConnecting() { connecting_ = true; + updateStatusIcon(); } void QtSystemTray::handleIconActivated(QSystemTrayIcon::ActivationReason reason) { |