mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 21:36:10 +01:00
...
This commit is contained in:
parent
1ec7397544
commit
a04c363b70
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ def __call__(self, gui):
|
|||
@property
|
||||
def currently_editing(self):
|
||||
' Return the name of the file being edited currently or None if no file is being edited '
|
||||
return editor_name(self.gui.current_editor)
|
||||
return editor_name(self.gui.central.current_editor)
|
||||
|
||||
def preferences(self):
|
||||
orig_spell = tprefs['inline_spell_check']
|
||||
|
|
|
|||
Loading…
Reference in a new issue