This commit is contained in:
Kovid Goyal 2011-08-29 14:11:16 -06:00
parent 3ac0b11502
commit ed0366b343

View File

@ -113,7 +113,7 @@ class Manager(QObject): # {{{
def unregister_shortcut(self, unique_name):
'''
Remove a registered shortcut. You need to call finalize() after you are
don unregistering.
done unregistering.
'''
self.shortcuts.pop(unique_name, None)