electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 1ec17cd394a11b3beb11e03e2859b0b2bc4c34fc
parent a990522432e685bacfa8c4aee8e65d56fe5912a2
Author: ThomasV <thomasv@gitorious>
Date:   Sat,  3 Dec 2011 13:16:22 +0100

default response should not be OK

Diffstat:
Mclient/gui.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/client/gui.py b/client/gui.py @@ -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()