Reference to other class, don't use self. Thanks Asterix

This commit is contained in:
Stephan Erb 2007-11-28 21:18:28 +00:00
parent 1a769b2ed1
commit dc4d6b7a6d
1 changed files with 1 additions and 1 deletions

View File

@ -1898,7 +1898,7 @@ class SingleMessageWindow:
spell1.set_language(lang)
spell2.set_language(lang)
except gobject.GError, msg:
self.AspellDictError(lang)
AspellDictError(lang)
self.prepare_widgets_for(self.action)