Merge pull request #202 from wozz/184

fix for issue #184
This commit is contained in:
ThomasV 2013-04-20 09:10:50 -07:00
commit ccc651c15f
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ class MiniActuator:
def set_configured_currency(self, set_quote_currency):
"""Set the inital fiat currency conversion country (USD/EUR/GBP) in
the GUI to what it was set to in the wallet."""
currency = self.wallet.config.get('conversion_currency')
currency = self.wallet.config.get('currency')
# currency can be none when Electrum is used for the first
# time and no setting has been created yet.
if currency is not None: