Philipp Hörist pushed to branch master at gajim / gajim
Commits:
7af4d9c3 by André at 2026-01-05T22:01:54+00:00
cfix: Plugins: Fix opening plugin preferences
- - - - -
1 changed file:
- gajim/gtk/plugins.py
Changes:
=====================================
gajim/gtk/plugins.py
=====================================
@@ -421,7 +421,7 @@ def _on_switch_active(self, switch: Gtk.Switch, spec:
GObject.ParamSpec) -> None
def _on_config_clicked(self, _button: Gtk.Button) -> None:
plugin = app.plugin_manager.get_plugin(self._manifest.short_name)
assert plugin is not None
- plugin.config_dialog(get_app_window("Preferences").window) # pyright:
ignore
+ plugin.config_dialog(get_app_window("Preferences")) # pyright: ignore
def _on_install_clicked(self, button: Gtk.Button) -> None:
button.set_sensitive(False)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7af4d9c3c611e8e528915883e8cb945f2245249d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7af4d9c3c611e8e528915883e8cb945f2245249d
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]