Browse Source

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

0.8
Philip Kaufmann 13 years ago
parent
commit
4004b9a40b
  1. 5
      src/qt/bitcoingui.cpp

5
src/qt/bitcoingui.cpp

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

Loading…
Cancel
Save