Skip to content

Commit

Permalink
Fix #25: Created aliases aren't available before restart
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-lg committed Oct 16, 2016
1 parent 38f7eb0 commit b52f281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/dialogs/alias.py
Expand Up @@ -252,6 +252,7 @@ def OnOK(self, e):
alias = alias
self.alias.alias = alias
self.alias.action = action
self.alias.re_alias = self.alias.find_regex(self.alias.alias)
if self.alias not in self.aliases:
self.aliases.append(self.alias)
self.Destroy()
Expand Down

0 comments on commit b52f281

Please sign in to comment.