Fix call to get_wallet_folder

This commit is contained in:
Neil Booth 2015-12-23 13:42:35 +09:00
parent 21e4a30371
commit 1afb644203
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ class ElectrumWindow(QMainWindow, PrintError):
self.wallet.synchronize()
def open_wallet(self):
wallet_folder = self.gui_object.get_wallet_folder()
wallet_folder = self.get_wallet_folder()
filename = unicode(QFileDialog.getOpenFileName(self, "Select your wallet file", wallet_folder))
if not filename:
return