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