Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:mikecrittenden/zen-coding-gedit
  • Loading branch information
crittermike committed May 10, 2010
2 parents 0721b62 + c4400d1 commit bbe1905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zencoding/zen_dialog.py
Expand Up @@ -57,8 +57,8 @@ def key_pressed(widget, what, event):
return False

def focus_lost(self, widget=None, event=None):
widget.exit = True
widget.quit()
self.exit = True
self.quit()

def update(self, entry):
self.abbreviation = self.entry.get_text()
Expand Down

0 comments on commit bbe1905

Please sign in to comment.