Skip to content

Commit

Permalink
Fix ConnectDialog bug
Browse files Browse the repository at this point in the history
  • Loading branch information
driftx committed May 16, 2010
1 parent 6815870 commit bd91965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chiton/viewer.py
Expand Up @@ -303,5 +303,6 @@ def __init__(self, gladefile):

def run(self):
self.result = self.dialog.run()
host, port = self.hostEntry.get_text(), self.portEntry.get_text()
self.dialog.destroy()
return self.result, self.hostEntry.get_text(), self.portEntry.get_text()
return self.result, host, port

0 comments on commit bd91965

Please sign in to comment.