Philipp Hörist pushed to branch master at gajim / gajim
Commits: 8c49983c by lovetox at 2022-04-04T17:47:05+02:00 fix: Themes: Check for correct type Fixes #10814 - - - - - 1 changed file: - gajim/gtk/themes.py Changes: ===================================== gajim/gtk/themes.py ===================================== @@ -326,7 +326,7 @@ def _remove_theme(): app.css_config.remove_theme(theme) self._update_preferences_window() - assert isinstance(store, Gtk.TreeStore) + assert isinstance(store, Gtk.ListStore) assert iter_ is not None store.remove(iter_) View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/8c49983c997b89a54ca122f4a659097b90a706a5 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/8c49983c997b89a54ca122f4a659097b90a706a5 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list Commits@gajim.org https://lists.gajim.org/cgi-bin/listinfo/commits