tdon't change default_wallet_path - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 94829db701515e4d7b44167408852877680b2572 DIR parent 74209e8a6cfb27718ea7be8beee41b9032f08b09 HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 6 Apr 2014 22:15:13 +0200 don't change default_wallet_path Diffstat: M gui/qt/main_window.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -266,8 +266,6 @@ class ElectrumWindow(QMainWindow): if self.wallet.is_watching_only(): title += ' [%s]' % (_('watching only')) self.setWindowTitle( title ) self.update_wallet() - self.config.set_key('default_wallet_path', self.wallet.storage.path, True) - # Once GUI has been initialized check if we want to announce something since the callback has been called before the GUI was initialized self.notify_transactions() self.update_account_selector()