From 1ec17cd394a11b3beb11e03e2859b0b2bc4c34fc Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 3 Dec 2011 13:16:22 +0100 Subject: [PATCH] default response should not be OK --- client/gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/gui.py b/client/gui.py index c625e2921..3879799a6 100644 --- 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()