Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
9c82c440 by wurstsalat at 2021-11-27T00:10:21+01:00
Base: Remove type checking for Gspell for now
- - - - -
1 changed file:
- gajim/gtk/controls/base.py
Changes:
=====================================
gajim/gtk/controls/base.py
=====================================
@@ -664,7 +664,7 @@ def set_speller(self) -> None:
spell_checker.connect('notify::language', self.on_language_changed)
- def get_speller_language(self) -> Optional[Gspell.Language]:
+ def get_speller_language(self):
lang = self.contact.settings.get('speller_language')
if not lang:
# use the default one
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9c82c44073fcf1de74324ed3448394194ae55d5b
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/9c82c44073fcf1de74324ed3448394194ae55d5b
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits