Renamed ui_room_occupant_affiliation_change -> mucwin_occupant_affiliation_change

This commit is contained in:
James Booth
2015-11-01 21:16:22 +00:00
parent eae0b59310
commit 88206dc39b
4 changed files with 4 additions and 4 deletions

View File

@@ -667,7 +667,7 @@ sv_ev_muc_occupant_online(const char *const room, const char *const nick, const
// affiliation changed
} else if (g_strcmp0(affiliation, old_affiliation) != 0) {
ui_room_occupant_affiliation_change(room, nick, affiliation, actor, reason);
mucwin_occupant_affiliation_change(room, nick, affiliation, actor, reason);
}
}
occupantswin_occupants(room);