commit caf4adff49038972e0f198996ec9a1f6634d8356
parent 4da10d9a00a0f558aa6eb5e3d0d58eb3aacdf3a2
Author: ThomasV <thomasv@gitorious>
Date: Fri, 5 Sep 2014 19:43:27 +0200
add missing @hook in exch plugin
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py
@@ -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):
@@ -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")