596
596
# We have either made it to the end of the list, or nothing was
597
597
# selected. Either way, select All Files, and jump to the global
599
self._treeview_files.set_cursor((0,), None, False)
600
600
self._global_message_text_view.grab_focus()
602
602
# Set the cursor to this entry, and jump to the per-file commit
605
605
self._file_message_text_view.grab_focus()
607
607
def _save_current_file_message(self):