tRemove wrong code - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 9f95e90706e554eecf67b3679e08efafd225d7e4
DIR parent 9bf45de279aa422b803403769a5eb06331168b62
HTML Author: Neil Booth <kyuupichan@gmail.com>
Date: Sat, 23 Jan 2016 16:26:37 +0900
Remove wrong code
The correct line is 3 below
Diffstat:
M gui/qt/main_window.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
t@@ -314,7 +314,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
if self.wallet.is_watching_only():
title += ' [%s]' % (_('watching only'))
self.setWindowTitle(title)
- self.export_menu.setEnabled(not self.wallet.is_watching_only())
self.password_menu.setEnabled(self.wallet.can_change_password())
self.import_menu.setVisible(self.wallet.can_import())
self.export_menu.setEnabled(self.wallet.can_export())