diff --git a/src/sakia/gui/navigation/txhistory/controller.py b/src/sakia/gui/navigation/txhistory/controller.py index fa0a179c6a3c46a607cd3503e5bd4e54a9205b59..12fa806058f0e08894941ec92578de8e3a71bf72 100644 --- a/src/sakia/gui/navigation/txhistory/controller.py +++ b/src/sakia/gui/navigation/txhistory/controller.py @@ -213,4 +213,4 @@ class TxHistoryController(QObject): self._logger.debug("Found {} new dividends".format(len(new_dividends))) for ud in new_dividends: - self.app.new_dividend.emit(self.model.connection, ud) + self.model.app.new_dividend.emit(self.model.connection, ud)