Comment 3 for bug 1815060

Revision history for this message
Guilhem (logik13) wrote :

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/meld/filediff.py", line 1559, in file_saved_cb
    self.on_delete_event()
  File "/usr/lib/python3/dist-packages/meld/filediff.py", line 842, in on_delete_event
    del self._cached_match
AttributeError: _cached_match

To reproduce :
- Compare folders
- Open one difference
- Make a change
- Try to close tab
Whatever you do after, you cannot close tab anymore (traceback appears). If I save the file *before* closing the tab, it works. It seems related to the save dialog.