Unlock menu fix
authorCryptoManiac <balthazar@yandex.ru>
Fri, 20 Jun 2014 21:55:29 +0000 (01:55 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Thu, 10 Jul 2014 18:38:53 +0000 (22:38 +0400)
src/qt/bitcoingui.cpp

index 535ec6a..d8bd0a1 100644 (file)
@@ -947,7 +947,7 @@ void BitcoinGUI::setEncryptionStatus(int status)
         unlockWalletMiningAction->setEnabled(false);
 
         if (fWalletUnlockMintOnly)
-            unlockWalletMiningAction->setEnabled(true);
+            unlockWalletMiningAction->setChecked(true);
         else
             unlockWalletAction->setChecked(true);