Merge pull request #990 from sipa/doc
authorWladimir J. van der Laan <laanwj@gmail.com>
Mon, 26 Mar 2012 19:27:49 +0000 (12:27 -0700)
committerWladimir J. van der Laan <laanwj@gmail.com>
Mon, 26 Mar 2012 19:27:49 +0000 (12:27 -0700)
Begin doxygen-compatible comments

src/qt/bitcoingui.cpp

index 31f220b..7bce128 100644 (file)
@@ -733,6 +733,11 @@ void BitcoinGUI::handleURL(QString strURL)
 {
     gotoSendCoinsPage();
     sendCoinsPage->handleURL(strURL);
+
+    if(!isActiveWindow())
+        activateWindow();
+
+    showNormalIfMinimized();
 }
 
 void BitcoinGUI::setEncryptionStatus(int status)