tdefault response should not be OK - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 1ec17cd394a11b3beb11e03e2859b0b2bc4c34fc
DIR parent a990522432e685bacfa8c4aee8e65d56fe5912a2
HTML Author: ThomasV <thomasv@gitorious>
Date: Sat, 3 Dec 2011 13:16:22 +0100
default response should not be OK
Diffstat:
M client/gui.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/client/gui.py b/client/gui.py
t@@ -956,7 +956,6 @@ class BitcoinGUI:
dialog.set_title("Server")
dialog.set_image(image)
image.show()
- dialog.set_default_response(gtk.RESPONSE_OK)
vbox = dialog.vbox
host = gtk.HBox()