tDon't exit before wallet is saved - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 788783aeb8a08f9a89548f44472a89f6414d5e31
DIR parent 216ff894b58768b92dff5aa068ba893ecf9b250e
HTML Author: thomasv <thomasv@gitorious>
Date: Fri, 6 Jul 2012 14:43:36 +0200
Don't exit before wallet is saved
Diffstat:
M lib/gui_lite.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py
t@@ -63,7 +63,7 @@ class ElectrumGui:
self.expert.connect_slots(timer)
self.expert.update_wallet()
- sys.exit(self.app.exec_())
+ self.app.exec_()
def expand(self):
self.mini.hide()