Do nou use gtkspell on RECEIVED single messages. Fixes #2065.

This commit is contained in:
Jean-Marie Traissard 2006-06-16 17:47:47 +00:00
parent 9ec77f1dd9
commit 17f891a22f
1 changed files with 1 additions and 1 deletions

View File

@ -1262,7 +1262,7 @@ class SingleMessageWindow:
self.to_entry.set_text(to)
if gajim.config.get('use_speller') and HAS_GTK_SPELL:
if gajim.config.get('use_speller') and HAS_GTK_SPELL and action == 'send':
try:
gtkspell.Spell(self.conversation_textview.tv)
gtkspell.Spell(self.message_textview)