Skip to content
Snippets Groups Projects
Commit 12e835b7 authored by inso's avatar inso
Browse files

Fixed Issue #57

parent 480ca8fd
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.password_asker = PasswordAskerDialog(self.app.current_account)
self.combo_referential.blockSignals(True)
self.combo_referential.clear()
self.combo_referential.addItems(sorted(Account.referentials.keys()))
self.combo_referential.setEnabled(True)
self.combo_referential.blockSignals(False)
......@@ -291,7 +292,6 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.refresh_wallets()
self.refresh_contacts()
def import_account(self):
dialog = ImportAccountDialog(self.app, self)
dialog.accepted.connect(self.refresh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment