Renamed ui_room_member_online -> mucwin_occupant_online

This commit is contained in:
James Booth
2015-11-01 21:27:00 +00:00
parent 1e47749f3a
commit 7821b2261d
4 changed files with 4 additions and 4 deletions

View File

@@ -638,7 +638,7 @@ sv_ev_muc_occupant_online(const char *const room, const char *const nick, const
if (!occupant) {
char *muc_status_pref = prefs_get_string(PREF_STATUSES_MUC);
if (g_strcmp0(muc_status_pref, "none") != 0) {
ui_room_member_online(room, nick, role, affiliation, show, status);
mucwin_occupant_online(room, nick, role, affiliation, show, status);
}
prefs_free_string(muc_status_pref);
occupantswin_occupants(room);