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

Fix bug #233

parent 4ad1b525
Branches
Tags
No related merge requests found
...@@ -172,7 +172,9 @@ class MainWindow(QMainWindow, Ui_MainWindow): ...@@ -172,7 +172,9 @@ class MainWindow(QMainWindow, Ui_MainWindow):
def open_transfer_money_dialog(self): def open_transfer_money_dialog(self):
dialog = TransferMoneyDialog(self.app, dialog = TransferMoneyDialog(self.app,
self.app.current_account, self.app.current_account,
self.password_asker) self.password_asker,
self.community_view.community,
None)
if dialog.exec_() == QDialog.Accepted: if dialog.exec_() == QDialog.Accepted:
self.community_view.tab_history.table_history.model().sourceModel().refresh_transfers() self.community_view.tab_history.table_history.model().sourceModel().refresh_transfers()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment