make sure Window is shown when clicking bitcoin: Links to get user attention

This commit is contained in:
Philip Kaufmann 2012-03-26 09:19:49 +02:00
parent 01a196e08d
commit 4004b9a40b

View file

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