comparison plugins/chatlist.c @ 2872:30828b83143d

[gaim-migrate @ 2885] you should not be using this plugin. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 11 Dec 2001 07:18:10 +0000
parents c74482cb3a8b
children 3a8df5c3d1ee
comparison
equal deleted inserted replaced
2871:10b808bee701 2872:30828b83143d
207 gtk_list_append_items(GTK_LIST(cp->list1), items); 207 gtk_list_append_items(GTK_LIST(cp->list1), items);
208 } 208 }
209 209
210 static void refresh_list(GtkWidget *w, gpointer *m) 210 static void refresh_list(GtkWidget *w, gpointer *m)
211 { 211 {
212 grab_url("http://www.aol.com/community/chat/allchats.html", FALSE, ref_list_callback, NULL); 212 grab_url("http://www.aim.com/community/chats.adp", FALSE, ref_list_callback, NULL);
213 } 213 }
214 214
215 static void add_chat(GtkWidget *w, gpointer *m) 215 static void add_chat(GtkWidget *w, gpointer *m)
216 { 216 {
217 GList *sel = GTK_LIST(cp->list1)->selection; 217 GList *sel = GTK_LIST(cp->list1)->selection;