Mercurial > pidgin.yaz
diff src/gaim.h @ 3802:9bcb42faccc0
[gaim-migrate @ 3945]
Rewrote show_im_dialog and show_info_dialog.
Ported to gtkspell2. Gtkspell2 is a library available from
gtkspell.sf.net. It requires the pspell library. If you want the
"highlight misspelled words" feature to work, you must have this
library installed. If installed, configure will detect it and link
against it.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 26 Oct 2002 06:41:13 +0000 |
parents | 2567aabdf624 |
children | b7a6aa99ee7c |
line wrap: on
line diff
--- a/src/gaim.h Fri Oct 25 11:50:40 2002 +0000 +++ b/src/gaim.h Sat Oct 26 06:41:13 2002 +0000 @@ -445,7 +445,6 @@ extern char *normalize(const char *); extern char *tobase64(const char *); extern void frombase64(const char *, char **, int *); -extern void clean_pid(); extern char *date(); extern gint linkify_text(char *); extern FILE *open_log_file (char *, int);