From a97ce8eedbe853e0252b5e676cceaee836367fa9 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sun, 16 Oct 2005 22:07:01 +0000 Subject: * fix bug in malone #3154 (bad behaviour of enter key) git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@63 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- actions/services/__init__.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/services/__init__.py.in b/actions/services/__init__.py.in index db70c8c..c08dc81 100755 --- a/actions/services/__init__.py.in +++ b/actions/services/__init__.py.in @@ -101,7 +101,7 @@ def _sftpssh_tcp(name, hostname, address, port, txts): gnome.url_show(url) def enter_callback(widget, win): - win.destroy() + win.response(gtk.RESPONSE_OK) def SshLogin(hostname, username = None): global win -- cgit