From: Wladimir J. van der Laan Date: Mon, 26 Mar 2012 19:27:49 +0000 (-0700) Subject: Merge pull request #990 from sipa/doc X-Git-Tag: v0.4.0-unstable~129^2~114^2~1 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=57de7cd603660b20b5f5c611f11f458d80be886f;hp=6b8de05d0a6696dff4b7dccec5b74889f3cdc486;p=novacoin.git Merge pull request #990 from sipa/doc Begin doxygen-compatible comments --- 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)