You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have gedit 3.36.2 and made the modifications on line 61 of the main py file but it still does not work.
I can see the following error if i run it from terminal.
gedit
Traceback (most recent call last):
File "/home/user/.local/share/gedit/plugins/restoretabs.py", line 48, in on_window_delete_event
gfile = document.get_location()
AttributeError: 'Document' object has no attribute 'get_location'
The text was updated successfully, but these errors were encountered:
I have gedit 3.36.2 and made the modifications on line 61 of the main py file but it still does not work.
I can see the following error if i run it from terminal.
The text was updated successfully, but these errors were encountered: