add missing @hook in exch plugin

This commit is contained in:
ThomasV 2014-09-05 19:43:27 +02:00
parent 4da10d9a00
commit caf4adff49
1 changed files with 1 additions and 2 deletions

View File

@ -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")