Renamed ui_room_affiliation_change -> mucwin_affiliation_change

This commit is contained in:
James Booth
2015-11-01 21:12:53 +00:00
parent 75b505cf6a
commit d706dcd4bc
4 changed files with 4 additions and 4 deletions

View File

@@ -596,7 +596,7 @@ sv_ev_muc_self_online(const char *const room, const char *const nick, gboolean c
// affiliation changed
} else if (g_strcmp0(affiliation, old_affiliation) != 0) {
ui_room_affiliation_change(room, affiliation, actor, reason);
mucwin_affiliation_change(room, affiliation, actor, reason);
}
}
}