don't change default_wallet_path
authorThomasV <thomasv@gitorious>
Sun, 6 Apr 2014 20:15:13 +0000 (22:15 +0200)
committerThomasV <thomasv@gitorious>
Sun, 6 Apr 2014 20:15:13 +0000 (22:15 +0200)
gui/qt/main_window.py

index ba17e01..f25f6a0 100644 (file)
@@ -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()