diff src/prefs.c @ 1117:f3e0f41beddb

[gaim-migrate @ 1127] Removed the old, crappy spellchecker code; replaced to use gtkspell. works much better. got gtkspell.[ch] out of gtkspell's cvs repository. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 21 Nov 2000 09:50:31 +0000
parents 870d7bb95fdc
children bc718030af96
line wrap: on
line diff
--- a/src/prefs.c	Tue Nov 21 01:11:27 2000 +0000
+++ b/src/prefs.c	Tue Nov 21 09:50:31 2000 +0000
@@ -1587,6 +1587,9 @@
        	if ((int)option == OPT_GEN_LOG_ALL)
        		update_log_convs();
 
+	if ((int)option == OPT_GEN_CHECK_SPELLING)
+		toggle_spellchk();
+
 	save_prefs();
 }