comparison src/gtkft.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents bd0d0e89cac3
children 0a2a32b1917c
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
1 /** 1 /**
2 * @file gtkft.c The GTK+ file transfer UI 2 * @file gtkft.c GTK+ file transfer UI
3 * @ingroup gtkui
3 * 4 *
4 * gaim 5 * gaim
5 * 6 *
6 * Copyright (C) 2003, Christian Hammond <chipx86@gnupdate.org> 7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
7 * 8 *
8 * 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
9 * 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
10 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 12 * (at your option) any later version.
16 * GNU General Public License for more details. 17 * GNU General Public License for more details.
17 * 18 *
18 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 *
22 */ 22 */
23 #include "gaim.h" 23 #include "internal.h"
24
25 #include "debug.h"
26 #include "notify.h"
27 #include "ft.h"
24 #include "prpl.h" 28 #include "prpl.h"
25 #include <sys/types.h> 29 #include "request.h"
26 #include <sys/stat.h> 30 #include "util.h"
27 #include <unistd.h> 31
28 #include <string.h> 32 #include "gaim-disclosure.h"
29 #include "gtkcellrendererprogress.h" 33 #include "gtkcellrendererprogress.h"
30 #include "gaim-disclosure.h" 34 #include "gtkft.h"
31 #include "notify.h" 35 #include "stock.h"
32 #include "request.h"
33 36
34 #define GAIM_GTKXFER(xfer) \ 37 #define GAIM_GTKXFER(xfer) \
35 (struct gaim_gtkxfer_ui_data *)(xfer)->ui_data 38 (struct gaim_gtkxfer_ui_data *)(xfer)->ui_data
36 39
37 struct gaim_gtkxfer_dialog 40 struct gaim_gtkxfer_dialog