diff src/about.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 d496fe2614a6
children 4593153a956c
line wrap: on
line diff
--- a/src/about.c	Tue Nov 21 01:11:27 2000 +0000
+++ b/src/about.c	Tue Nov 21 09:50:31 2000 +0000
@@ -43,7 +43,7 @@
 
 static void version_exit()
 {
-	exit(0);
+	gtk_main_quit();
 }