Renamed ui_room_roster -> mucwin_roster

This commit is contained in:
James Booth
2015-11-01 21:20:11 +00:00
parent fdd00b33a4
commit 51c9d4186e
5 changed files with 8 additions and 8 deletions

View File

@@ -559,7 +559,7 @@ sv_ev_muc_self_online(const char *const room, const char *const nick, gboolean c
// show roster if occupants list disabled by default
if (!prefs_get_boolean(PREF_OCCUPANTS)) {
GList *occupants = muc_roster(room);
ui_room_roster(room, occupants, NULL);
mucwin_roster(room, occupants, NULL);
g_list_free(occupants);
}