Exchange rate plugin fixes for multiple windows
This should be enough to keep everything working that was working before. The plugin itself needs a lot more work to fix existing bugs and be sane.
This commit is contained in:
@@ -76,7 +76,7 @@ class HistoryWidget(MyTreeWidget):
|
||||
self.insertTopLevelItem(0, item)
|
||||
if current_tx == tx_hash:
|
||||
self.setCurrentItem(item)
|
||||
run_hook('history_tab_update')
|
||||
run_hook('history_tab_update', self.parent)
|
||||
|
||||
def update_item(self, tx_hash, conf, timestamp):
|
||||
icon, time_str = self.get_icon(conf, timestamp)
|
||||
|
||||
Reference in New Issue
Block a user