commit a36b1d701c4763a275a78df4196662ee1c567ea7
parent e80870a9b0555aa5005b971760c575def5f465a2
Author: ThomasV <thomasv@electrum.org>
Date: Thu, 3 Sep 2015 08:22:12 +0200
this is unneeded, new_windos already is a hook
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py
@@ -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):