diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-22 10:33:03 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-22 10:33:03 -0700 |
| commit | d1edab602a3ee729b308378d9d456f01e6933cfb (patch) | |
| tree | c44227e1ff20aa9f1443057070e9eb343faf93d2 | |
| parent | Merge branch 'master' of github.com:bitcoin/bitcoin (diff) | |
| parent | Remove duplicate behavior on MacOSX (diff) | |
| download | discoin-d1edab602a3ee729b308378d9d456f01e6933cfb.tar.xz discoin-d1edab602a3ee729b308378d9d456f01e6933cfb.zip | |
Merge pull request #1379 from laanwj/2012_05_macoshide
Remove duplicate behavior on MacOSX
| -rw-r--r-- | src/qt/bitcoingui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 9deaa4b6d..a4bb63886 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -404,7 +404,6 @@ void BitcoinGUI::createTrayIcon() #else // Note: On Mac, the dock icon is used to provide the tray's functionality. MacDockIconHandler *dockIconHandler = MacDockIconHandler::instance(); - connect(dockIconHandler, SIGNAL(dockIconClicked()), toggleHideAction, SLOT(trigger())); trayIconMenu = dockIconHandler->dockMenu(); #endif |