tthis is unneeded, new_windos already is a hook - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit a36b1d701c4763a275a78df4196662ee1c567ea7 DIR parent e80870a9b0555aa5005b971760c575def5f465a2 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 3 Sep 2015 08:22:12 +0200 tthis is unneeded, new_windos already is a hook Diffstat: M plugins/exchange_rate.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) --- DIR diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py t@@ -185,8 +185,6 @@ class Plugin(BasePlugin): @hook def init_qt(self, gui): self.gui = gui - for window in gui.windows: - self.new_window(window) @hook def new_window(self, window):