If wallet does not exist, then it does not even attempt to read the config (read...
authorAmir Taaki <genjix@riseup.net>
Wed, 29 Aug 2012 20:27:22 +0000 (21:27 +0100)
committerAmir Taaki <genjix@riseup.net>
Wed, 29 Aug 2012 20:27:22 +0000 (21:27 +0100)
commitca4473c6201390a99a72d473c8f368b2b507d501
tree04a39543c9e9ae0e5a9d9945dd6d8624becd5e94
parent4c1bc141044edfb95b9f06503b43019d5b502d95
If wallet does not exist, then it does not even attempt to read the config (read returns on IOError exception). Ergo a new wallet will not ever set the theme name and it will stay as None. We change this to a sensible default so new wallets have a themed GUI.
lib/wallet.py