comparison finch/gntblist.c @ 19114:6de2e9ba0930

merge of '2970edca111b3535ae0703e3c866ad1c3b87df94' and 'a2b508e8680ac3f20965226a5dd83f7e2a3b15bb'
author Eric Polino <aluink@pidgin.im>
date Sun, 24 Jun 2007 02:56:09 +0000
parents b8572b937c09
children 70325b0c5792
comparison
equal deleted inserted replaced
19102:7f26e5b98b15 19114:6de2e9ba0930
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #include "finch.h"
26
25 #include <account.h> 27 #include <account.h>
26 #include <blist.h> 28 #include <blist.h>
27 #include <notify.h> 29 #include <notify.h>
28 #include <request.h> 30 #include <request.h>
29 #include <savedstatuses.h> 31 #include <savedstatuses.h>
31 #include <signal.h> 33 #include <signal.h>
32 #include <status.h> 34 #include <status.h>
33 #include <util.h> 35 #include <util.h>
34 #include "debug.h" 36 #include "debug.h"
35 37
36 #include "finch.h"
37 #include "gntbox.h" 38 #include "gntbox.h"
38 #include "gntcombobox.h" 39 #include "gntcombobox.h"
39 #include "gntentry.h" 40 #include "gntentry.h"
40 #include "gntft.h" 41 #include "gntft.h"
41 #include "gntlabel.h" 42 #include "gntlabel.h"