summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-10-24 15:56:20 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-10-24 15:56:20 (GMT)
commit50355ba2db929486e279ccca2e6231ecf188d881 (patch)
treef148fb87d2a3057bff00e93c99671d1179a42669 /Swift
parent16386458ff461edfdfd498fe737436ce9297babf (diff)
downloadswift-50355ba2db929486e279ccca2e6231ecf188d881.zip
swift-50355ba2db929486e279ccca2e6231ecf188d881.tar.bz2
Missing line from last commit
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/QtSystemTray.cpp1
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) {