summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-16 22:07:01 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-16 22:07:01 +0000
commita97ce8eedbe853e0252b5e676cceaee836367fa9 (patch)
treeb2331457423f28021d2f48b9228312b5f5f431ea
parent597081ae5e8edc5fd6e6e4eff348e27328632be6 (diff)
* 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
-rwxr-xr-xactions/services/__init__.py.in2
1 files changed, 1 insertions, 1 deletions
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