Browse Source

this is unneeded, new_windos already is a hook

283
ThomasV 10 years ago
parent
commit
a36b1d701c
  1. 2
      plugins/exchange_rate.py

2
plugins/exchange_rate.py

@ -185,8 +185,6 @@ class Plugin(BasePlugin):
@hook @hook
def init_qt(self, gui): def init_qt(self, gui):
self.gui = gui self.gui = gui
for window in gui.windows:
self.new_window(window)
@hook @hook
def new_window(self, window): def new_window(self, window):

Loading…
Cancel
Save