Browse Source

Fix bug.

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

5
plugins/exchange_rate.py

@ -323,8 +323,9 @@ class Plugin(BasePlugin):
else:
return
for window in self.gui.windows:
window.need_update.set()
if self.gui:
for window in self.gui.windows:
window.need_update.set()
def requires_settings(self):
return True

Loading…
Cancel
Save