comparison plugins/chatlist.c @ 2993:7239a392486c

[gaim-migrate @ 3006] 0.53 :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 02 Mar 2002 04:52:21 +0000
parents aaaca46b507b
children 6d95285533df
comparison
equal deleted inserted replaced
2992:d16a0504f1c8 2993:7239a392486c
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 13
14 #define AOL_SRCHSTR "/community/aimcheck.adp/url=" 14 #define AOL_SRCHSTR "aim:GoChat?RoomName="
15 15
16 struct chat_page { 16 struct chat_page {
17 GtkWidget *list1; 17 GtkWidget *list1;
18 GtkWidget *list2; 18 GtkWidget *list2;
19 }; 19 };