1
0

exchange rates: call on_quotes in set_currency

This commit is contained in:
ThomasV
2016-01-29 12:50:38 +01:00
parent 54695964d3
commit 3b44504644
3 changed files with 3 additions and 4 deletions

View File

@@ -86,7 +86,6 @@ class Plugin(FxPlugin):
ccy = str(self.ccy_combo.currentText())
if ccy and ccy != self.ccy:
self.set_currency(ccy)
self.app.emit(SIGNAL('new_fx_quotes'))
self.hist_checkbox_update()
def hist_checkbox_update(self):