Merge pull request #988 from Diapolo/URL-Handling
authorWladimir J. van der Laan <laanwj@gmail.com>
Mon, 26 Mar 2012 17:58:48 +0000 (10:58 -0700)
committerWladimir J. van der Laan <laanwj@gmail.com>
Mon, 26 Mar 2012 17:58:48 +0000 (10:58 -0700)
show Window, when user is clicking bitcoin: link

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)