aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-04-12 11:14:46 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-04-12 11:14:46 -0400
commit940e22fd81af29dee6c07e413de1b446a21712b0 (patch)
tree2ff1ad0c6e212fe1e09a9022ef68fb76768c75bc /src/qt/bitcoingui.cpp
parent4ac24cf59e40f88089b3ba172a662e19e51bc4a3 (diff)
downloadbitcoin-940e22fd81af29dee6c07e413de1b446a21712b0.tar.xz
Fix OSX build errors.
Diffstat (limited to 'src/qt/bitcoingui.cpp')
-rw-r--r--src/qt/bitcoingui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp
index 9c1e05d0c1..3c31f291c2 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -388,7 +388,7 @@ 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()), openBitcoinAction, SLOT(trigger()));
+ connect(dockIconHandler, SIGNAL(dockIconClicked()), toggleHideAction, SLOT(trigger()));
trayIconMenu = dockIconHandler->dockMenu();
#endif