Mercurial > pidgin.yaz
comparison finch/gntpounce.c @ 26428: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 | 4d752d07a126 |
children | 1c73d2ef9ddc |
comparison
equal
deleted
inserted
replaced
26278:399776a9ad98 | 26428:7b63af454f26 |
---|---|
22 * You should have received a copy of the GNU General Public License | 22 * You should have received a copy of the GNU General Public License |
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 */ | 26 */ |
27 #include "internal.h" | |
28 #include "account.h" | |
29 #include "conversation.h" | |
30 #include "debug.h" | |
31 #include "notify.h" | |
32 #include "prpl.h" | |
33 #include "request.h" | |
34 #include "server.h" | |
35 #include "util.h" | |
36 | |
27 #include <gnt.h> | 37 #include <gnt.h> |
28 #include <gntbox.h> | 38 #include <gntbox.h> |
29 #include <gntbutton.h> | 39 #include <gntbutton.h> |
30 #include <gntcheckbox.h> | 40 #include <gntcheckbox.h> |
31 #include <gntcombobox.h> | 41 #include <gntcombobox.h> |
34 #include <gntline.h> | 44 #include <gntline.h> |
35 #include <gnttree.h> | 45 #include <gnttree.h> |
36 #include <gntutils.h> | 46 #include <gntutils.h> |
37 | 47 |
38 #include "finch.h" | 48 #include "finch.h" |
39 | |
40 #include "account.h" | |
41 #include "conversation.h" | |
42 #include "debug.h" | |
43 #include "notify.h" | |
44 #include "prpl.h" | |
45 #include "request.h" | |
46 #include "server.h" | |
47 #include "util.h" | |
48 | 49 |
49 #include "gntpounce.h" | 50 #include "gntpounce.h" |
50 | 51 |
51 | 52 |
52 typedef struct | 53 typedef struct |