diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-04-25 20:46:18 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-04-25 20:46:18 (GMT) |
commit | 34391e11c507285ecffa63991551e7da60235454 (patch) | |
tree | 99932af383c5368051fdff36f6c5a4a63df8b370 /Swift | |
parent | c9d0c35dfb20ccac038954a8ad51690eda919fba (diff) | |
download | swift-34391e11c507285ecffa63991551e7da60235454.zip swift-34391e11c507285ecffa63991551e7da60235454.tar.bz2 |
Don't bring roster to front by clicking tray icon on OS X.
Resolves: #712
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtLoginWindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp index 53a3be3..094f96c 100644 --- a/Swift/QtUI/QtLoginWindow.cpp +++ b/Swift/QtUI/QtLoginWindow.cpp @@ -480,10 +480,7 @@ void QtLoginWindow::toggleBringToFront() { bringToFront(); } else { -#ifndef Q_WS_MAC - // FIXME: Remove this when we can bring the window back to the front using the dock on OS X window()->hide(); -#endif } } |