This commit is contained in:
Kovid Goyal 2014-07-26 15:23:26 +05:30
parent 1ec7397544
commit a04c363b70

View File

@ -134,7 +134,7 @@ class Boss(QObject):
@property @property
def currently_editing(self): def currently_editing(self):
' Return the name of the file being edited currently or None if no file is being edited ' ' 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): def preferences(self):
orig_spell = tprefs['inline_spell_check'] orig_spell = tprefs['inline_spell_check']