default response should not be OK

This commit is contained in:
ThomasV 2011-12-03 13:16:22 +01:00
parent a990522432
commit 1ec17cd394
1 changed files with 0 additions and 1 deletions

View File

@ -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()