[sgala] missing import
This commit is contained in:
parent
e6e33d92a8
commit
70399c84fa
|
@ -1930,6 +1930,7 @@ class Interface:
|
|||
lang = gajim.LANG
|
||||
tv = gtk.TextView()
|
||||
try:
|
||||
import gtkspell
|
||||
spell = gtkspell.Spell(tv, lang)
|
||||
except:
|
||||
dialogs.ErrorDialog(
|
||||
|
|
Loading…
Reference in New Issue