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
File "/home/muranyia/.local/share/gedit/plugins/sessionsaver/__init__.py", line 164, in on_manage_sessions_action
SessionManagerDialog(self, self.sessions).run()
TypeError: __new__() takes 1 positional argument but 3 were given
Gedit 1.10.4, Ubuntu 14.04.1
Changing line 54 in dialogs.py to:
def__new__(cls, *args):
solves the problem.
(Line 56 is not to be touched).
The text was updated successfully, but these errors were encountered:
Gedit 1.10.4, Ubuntu 14.04.1
Changing line 54 in dialogs.py to:
solves the problem.
(Line 56 is not to be touched).
The text was updated successfully, but these errors were encountered: