comparison plugins/chatlist.c @ 3834:c66ed5df69ef

[gaim-migrate @ 3984] Bugfix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 30 Oct 2002 21:25:28 +0000
parents 9682c0e022c6
children 43e396e94095
comparison
equal deleted inserted replaced
3833:5ae43f0eeba3 3834:c66ed5df69ef
134 break; 134 break;
135 } 135 }
136 cr->exchange = atoi(buf); 136 cr->exchange = atoi(buf);
137 chat_rooms = g_list_append(chat_rooms, cr); 137 chat_rooms = g_list_append(chat_rooms, cr);
138 } 138 }
139 g_free(x);
140 fclose(f); 139 fclose(f);
141 setup_buddy_chats(); 140 setup_buddy_chats();
142 } 141 }
143 142
144 static void ref_list_callback(gpointer data, char *text) 143 static void ref_list_callback(gpointer data, char *text)