comparison src/gtkutils.c @ 7060:9946001989a3

[gaim-migrate @ 7623] show_add_buddy, show_add_chat, and show_add_group are gone, replaced with the new core/UI split gaim_blist_request_add_{buddy,chat,group}. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 05:48:42 +0000
parents 8ab95f4c9800
children acd2a66e59ed
comparison
equal deleted inserted replaced
7059:e36cbed14f1e 7060:9946001989a3
3 * @ingroup gtkui 3 * @ingroup gtkui
4 * 4 *
5 * gaim 5 * gaim
6 * 6 *
7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> 7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
13 * 13 *
27 #else 27 #else
28 # ifdef small 28 # ifdef small
29 # undef small 29 # undef small
30 # endif 30 # endif
31 #endif /*_WIN32*/ 31 #endif /*_WIN32*/
32
33 #ifdef USE_GTKSPELL
34 # include <gtkspell/gtkspell.h>
35 #endif
36 32
37 #include <gdk/gdkkeysyms.h> 33 #include <gdk/gdkkeysyms.h>
38 34
39 #include "debug.h" 35 #include "debug.h"
40 #include "notify.h" 36 #include "notify.h"