comparison src/protocols/gg/gg.c @ 3578:ad8d15bbbd2d

[gaim-migrate @ 3680] Moving all prpl-specific pixmaps to subdirs as Rob did with OSCAR, MSN, and Yahoo committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 06 Oct 2002 00:39:02 +0000
parents bdd0bebd2d04
children 9682c0e022c6
comparison
equal deleted inserted replaced
3577:6fe1d751b494 3578:ad8d15bbbd2d
1 /* 1 /*
2 * gaim - Gadu-Gadu Protocol Plugin 2 * gaim - Gadu-Gadu Protocol Plugin
3 * $Id: gg.c 3670 2002-09-30 01:05:18Z seanegan $ 3 * $Id: gg.c 3680 2002-10-06 00:39:02Z seanegan $
4 * 4 *
5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL> 5 * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
49 #include "multi.h" 49 #include "multi.h"
50 #include "prpl.h" 50 #include "prpl.h"
51 #include "gaim.h" 51 #include "gaim.h"
52 #include "proxy.h" 52 #include "proxy.h"
53 53
54 #include "pixmaps/gg_suncloud.xpm" 54 #include "pixmaps/protocols/gg/gg_suncloud.xpm"
55 #include "pixmaps/gg_sunred.xpm" 55 #include "pixmaps/protocols/gg/gg_sunred.xpm"
56 #include "pixmaps/gg_sunwhitered.xpm" 56 #include "pixmaps/protocols/gg/gg_sunwhitered.xpm"
57 #include "pixmaps/gg_sunyellow.xpm" 57 #include "pixmaps/protocols/gg/gg_sunyellow.xpm"
58 58
59 #define USEROPT_NICK 0 59 #define USEROPT_NICK 0
60 60
61 #define AGG_BUF_LEN 1024 61 #define AGG_BUF_LEN 1024
62 62