Mercurial > pidgin
comparison finch/gntft.c @ 24955:c6c6dc6ccdc7
propagate from branch 'im.pidgin.pidgin' (head 6b8c653bfd16896dc5b445bb8147d09a37e8db4c)
to branch 'im.pidgin.maiku.vv' (head 88691d9566db1f42fa4b1ef880ea02ec3d5f9239)
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Fri, 07 Nov 2008 03:01:55 +0000 |
parents | 3da0957e7821 |
children | 1c73d2ef9ddc |
comparison
equal
deleted
inserted
replaced
24372:dd787f8d5e91 | 24955:c6c6dc6ccdc7 |
---|---|
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) \ |