From a36b1d701c4763a275a78df4196662ee1c567ea7 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 3 Sep 2015 08:22:12 +0200 Subject: [PATCH] this is unneeded, new_windos already is a hook --- plugins/exchange_rate.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py index 9e6c9026..f5fefafc 100644 --- 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):