518
532
def _update_per_file_info(self, selection):
519
533
# The node is changing, so cache the current message
520
537
self._save_current_file_message()
521
538
text_buffer = self._file_message_text_view.get_buffer()
522
539
file_id, display_path, message = self._files_store.get(selection, 0, 3, 5)