From 70399c84fa70aed0811f9a712938a545688ae267 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 12 Sep 2006 06:07:44 +0000
Subject: [PATCH] [sgala] missing import

---
 src/gajim.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gajim.py b/src/gajim.py
index 73d865cecd..0f036813ef 100755
--- a/src/gajim.py
+++ b/src/gajim.py
@@ -1930,6 +1930,7 @@ class Interface:
 				lang = gajim.LANG
 			tv = gtk.TextView()
 			try:
+				import gtkspell
 				spell = gtkspell.Spell(tv, lang)
 			except:
 				dialogs.ErrorDialog(
-- 
GitLab