make sure Window is shown when clicking bitcoin: Links to get user attention
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 26 Mar 2012 07:19:49 +0000 (09:19 +0200)
committerPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 26 Mar 2012 07:19:49 +0000 (09:19 +0200)
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)