Mercurial > pidgin
diff src/multi.c @ 984:7ec6b092f227
[gaim-migrate @ 994]
this helps :-P
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 13 Oct 2000 08:45:42 +0000 |
| parents | 09e5065fe22c |
| children | 9523b772e546 |
line wrap: on
line diff
--- a/src/multi.c Fri Oct 13 07:52:34 2000 +0000 +++ b/src/multi.c Fri Oct 13 08:45:42 2000 +0000 @@ -238,6 +238,7 @@ titles[3] = proto_name(u->protocol); i = gtk_clist_append(GTK_CLIST(list), titles); gtk_clist_set_row_data(GTK_CLIST(list), i, u); + aim_users = g_list_append(aim_users, u); } save_prefs(); }
