Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 651616 | Differences between
and this patch

Collapse All | Expand All

(-)a/gajim/common/app.py (-11 / +1 lines)
Lines 299-315 Link Here
299
        pass
299
        pass
300
300
301
    # GSPELL
301
    # GSPELL
302
    try:
302
    # [REMOVED BY EBUILD]
303
        gi.require_version('Gspell', '1')
304
        from gi.repository import Gspell
305
        langs = Gspell.language_get_available()
306
        for lang in langs:
307
            log('gajim').info('%s (%s) dict available',
308
                              lang.get_name(), lang.get_code())
309
        if langs:
310
            _dependencies['GSPELL'] = True
311
    except (ImportError, ValueError):
312
        pass
313
303
314
    # Print results
304
    # Print results
315
    for dep, val in _dependencies.items():
305
    for dep, val in _dependencies.items():

Return to bug 651616