summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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