comparison plugins/chatlist.c @ 2417:5473c8c5378d

[gaim-migrate @ 2430] boo-yah! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 03 Oct 2001 09:48:33 +0000
parents ddf404cd9757
children 34812d648f72
comparison
equal deleted inserted replaced
2416:61b816a7b467 2417:5473c8c5378d
8 #include "proxy.h" 8 #include "proxy.h"
9 #include "gaim.h" 9 #include "gaim.h"
10 10
11 #include <stdlib.h> 11 #include <stdlib.h>
12 #include <string.h> 12 #include <string.h>
13
14 #define AOL_SRCHSTR "/community/aimcheck.adp/url="
13 15
14 struct chat_page { 16 struct chat_page {
15 GtkWidget *list1; 17 GtkWidget *list1;
16 GtkWidget *list2; 18 GtkWidget *list2;
17 }; 19 };