src/buddy_chat.c

changeset 5872
754c63f29b77
parent 5717
2f3a377de638
child 5881
5f080ec88429
equal deleted inserted replaced
5871:eb13ae8a3550 5872:754c63f29b77
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21 #include "internal.h"
22 #ifdef HAVE_CONFIG_H 22
23 #include <config.h> 23 #include "debug.h"
24 #endif 24 #include "multi.h"
25 #include <string.h> 25 #include "notify.h"
26 #include <sys/time.h> 26 #include "prpl.h"
27 #include <unistd.h> 27 #include "server.h"
28 #include <ctype.h> 28
29 #include <stdio.h>
30 #include <stdlib.h>
31 #include <gtk/gtk.h>
32 #include "gtkimhtml.h" 29 #include "gtkimhtml.h"
33 30 #include "gtkutils.h"
34 #include "prpl.h" 31 #include "ui.h"
35 #include "notify.h"
36 #include "gaim.h"
37 #include "multi.h"
38 32
39 #ifdef _WIN32 33 #ifdef _WIN32
40 #include "wspell.h" 34 # include "wspell.h"
41 #endif 35 #endif
42 36
43 static GList *chatentries = NULL; 37 static GList *chatentries = NULL;
44 static GtkWidget *joinchat = NULL; 38 static GtkWidget *joinchat = NULL;
45 static GtkWidget *jc_vbox = NULL; 39 static GtkWidget *jc_vbox = NULL;

mercurial