diff src/buddy.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 114cd406b022
children a70d5200edde
line wrap: on
line diff
--- a/src/buddy.c	Tue Nov 21 01:11:27 2000 +0000
+++ b/src/buddy.c	Tue Nov 21 09:50:31 2000 +0000
@@ -1037,7 +1037,7 @@
 	perl_end();
 #endif
 
-	exit(0);
+	gtk_main_quit();
 }
 
 void add_buddy_callback(GtkWidget *widget, void *dummy)