Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gedit 46.0 compatibility #9

Closed
yochananmarqos opened this issue Jul 29, 2023 · 2 comments
Closed

Gedit 46.0 compatibility #9

yochananmarqos opened this issue Jul 29, 2023 · 2 comments

Comments

@yochananmarqos
Copy link

It was working fine with Gedit <=45.0, but now with 46.0 it no longer works:

Traceback (most recent call last):
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/__init__.py", line 330, in on_app_window_added
    self.setup_window(window)
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/__init__.py", line 224, in setup_window
    window_manager.track_window(window)
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/windowmanager.py", line 94, in track_window
    state.save_window(window)
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/windowstate.py", line 167, in save_window
    self.save_side_panel_page_name(window)
  File "/home/yochanan/.local/share/gedit/plugins/ex-mortis/windowstate.py", line 669, in save_side_panel_page_name
    page_name = side_panel.get_visible_child_name()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'PanelContainer' object has no attribute 'get_visible_child_name'
@jefferyto
Copy link
Owner

Thanks for opening this (and apologies for the delay) - this should be fixed in the new version (0.2.2).

@yochananmarqos
Copy link
Author

Yes, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants