comparison finch/gntft.c @ 26346:7b63af454f26

propagate from branch 'im.pidgin.pidgin' (head 5592cb6a8b667422747bafd555fea0aed19931b6) to branch 'im.pidgin.pidgin.vv' (head ff94dfb7c44b84f5d9b4590cc429d93198703b83)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Sun, 22 Mar 2009 23:33:42 +0000
parents 3da0957e7821
children 1c73d2ef9ddc
comparison
equal deleted inserted replaced
26196:399776a9ad98 26346:7b63af454f26
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26 #include "finch.h" 26 #include "finch.h"
27 27
28 #include "debug.h"
29 #include "notify.h"
30 #include "ft.h"
31 #include "prpl.h"
32 #include "util.h"
33
28 #include <gnt.h> 34 #include <gnt.h>
29 #include <gntbox.h> 35 #include <gntbox.h>
30 #include <gntbutton.h> 36 #include <gntbutton.h>
31 #include <gntcheckbox.h> 37 #include <gntcheckbox.h>
32 #include <gntlabel.h> 38 #include <gntlabel.h>
33 #include <gnttree.h> 39 #include <gnttree.h>
34
35 #include "debug.h"
36 #include "notify.h"
37 #include "ft.h"
38 #include "prpl.h"
39 #include "util.h"
40 40
41 #include "gntft.h" 41 #include "gntft.h"
42 #include "prefs.h" 42 #include "prefs.h"
43 43
44 #define FINCHXFER(xfer) \ 44 #define FINCHXFER(xfer) \