windows: format room roster

This commit is contained in:
James Booth
2012-11-07 22:46:20 +00:00
parent 54e591fea3
commit a676c50b68
3 changed files with 21 additions and 11 deletions

View File

@@ -189,12 +189,7 @@ prof_handle_room_message(const char * const room_jid, const char * const nick,
void
prof_handle_room_roster_complete(const char * const room)
{
GSList *roster = room_get_roster(room);
while (roster != NULL) {
win_show_chat_room_member(room, roster->data);
roster = g_slist_next(roster);
}
win_show_room_roster(room);
}
void