From: Philip Kaufmann Date: Mon, 26 Mar 2012 07:19:49 +0000 (+0200) Subject: make sure Window is shown when clicking bitcoin: Links to get user attention X-Git-Tag: v0.4.0-unstable~129^2~131^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=4004b9a40bad54293709e9b18745156b7099ffb7 make sure Window is shown when clicking bitcoin: Links to get user attention --- diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 31f220b..7bce128 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -733,6 +733,11 @@ void BitcoinGUI::handleURL(QString strURL) { gotoSendCoinsPage(); sendCoinsPage->handleURL(strURL); + + if(!isActiveWindow()) + activateWindow(); + + showNormalIfMinimized(); } void BitcoinGUI::setEncryptionStatus(int status)