Browse Source

Fix bug.

283
Neil Booth 10 years ago
parent
commit
ebddbcb805
  1. 1
      plugins/exchange_rate.py

1
plugins/exchange_rate.py

@ -323,6 +323,7 @@ class Plugin(BasePlugin):
else:
return
if self.gui:
for window in self.gui.windows:
window.need_update.set()

Loading…
Cancel
Save