Skip to content

Commit

Permalink
Fix close editor in app
Browse files Browse the repository at this point in the history
  • Loading branch information
diegogangl committed Jul 11, 2022
1 parent ee42b60 commit d6cee35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTG/gtk/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def close_focused_task(self, action, params):
editor = self.get_active_editor()

if editor:
self.close_task(editor.task.get_id())
self.close_task(editor.task.id)

def delete_editor_task(self, action, params):
"""Callback to delete the task currently open."""
Expand Down

0 comments on commit d6cee35

Please sign in to comment.