Merge pull request #988 from Diapolo/URL-Handling

show Window, when user is clicking bitcoin: link
This commit is contained in:
Wladimir J. van der Laan 2012-03-26 10:58:48 -07:00
commit e9f9282bde
1 changed files with 5 additions and 0 deletions

View File

@ -733,6 +733,11 @@ void BitcoinGUI::handleURL(QString strURL)
{ {
gotoSendCoinsPage(); gotoSendCoinsPage();
sendCoinsPage->handleURL(strURL); sendCoinsPage->handleURL(strURL);
if(!isActiveWindow())
activateWindow();
showNormalIfMinimized();
} }
void BitcoinGUI::setEncryptionStatus(int status) void BitcoinGUI::setEncryptionStatus(int status)