mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 14:53:37 +02:00
...
This commit is contained in:
parent
825eb1fc26
commit
604d4ca916
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ def commit(self):
|
|||
def refresh_gui(self, gui):
|
||||
gui.keyboard.finalize()
|
||||
|
||||
def highligh_group(self, group_name):
|
||||
def highlight_group(self, group_name):
|
||||
self.conf_widget.highlight_group(group_name)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue