Skip to content

Gspell: Use default language if requested one is missing

André requested to merge andre/gajim:gspell into master

The default language cannot be None if app.is_installed('GSPELL') is True, because to be True at least one language needs to be available.

If app.is_installed('GSPELL') is False, the modified code is not called.

Merge request reports