tadd missing @hook in exch plugin - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit caf4adff49038972e0f198996ec9a1f6634d8356 DIR parent 4da10d9a00a0f558aa6eb5e3d0d58eb3aacdf3a2 HTML Author: ThomasV <thomasv@gitorious> Date: Fri, 5 Sep 2014 19:43:27 +0200 add missing @hook in exch plugin Diffstat: M plugins/exchange_rate.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- DIR diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py t@@ -351,7 +351,6 @@ class Plugin(BasePlugin): self.exchanger.start() self.gui.exchanger = self.exchanger # self.add_fiat_edit() - self.add_fiat_edit() self.win.update_status() def close(self): t@@ -421,7 +420,7 @@ class Plugin(BasePlugin): return True - + @hook def history_tab_update(self): if self.config.get('history_rates', 'unchecked') == "checked": cur_exchange = self.config.get('use_exchange', "Blockchain")