tPass window not window.app - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6bbde8389d01c10a31e379f227c8b921b21a6dff DIR parent 5071d7591223f8b2ebe3450677800c6cf1d68e9f HTML Author: Neil Booth <kyuupichan@gmail.com> Date: Sat, 26 Sep 2015 17:24:57 +0900 Pass window not window.app Diffstat: M plugins/btchipwallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/plugins/btchipwallet.py b/plugins/btchipwallet.py t@@ -84,7 +84,7 @@ class Plugin(BasePlugin): self.wallet = wallet self.wallet.plugin = self if self.handler is None: - self.handler = BTChipQTHandler(window.app) + self.handler = BTChipQTHandler(window) if self.btchip_is_connected(): if not self.wallet.check_proper_device(): QMessageBox.information(window, _('Error'), _("This wallet does not match your Ledger device"), _('OK'))