Reparse keybindings after the prefs window is OK'd

This commit is contained in:
Chris Jones 2010-02-07 22:32:55 +00:00
parent f99fbf1094
commit 7450a57013
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ class Terminator(Borg):
for terminal in self.terminals:
terminal.reconfigure()
# Reparse our keybindings
self.keybindings.configure(self.config['keybindings'])
def create_group(self, name):
"""Create a new group"""
if name not in self.groups: