comparison 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
comparison
equal deleted inserted replaced
1116:35476475f794 1117:f3e0f41beddb
41 } 41 }
42 42
43 43
44 static void version_exit() 44 static void version_exit()
45 { 45 {
46 exit(0); 46 gtk_main_quit();
47 } 47 }
48 48
49 49
50 static void about_click(GtkWidget *w, gpointer m) 50 static void about_click(GtkWidget *w, gpointer m)
51 { 51 {