Renamed ui_room_role_change -> mucwin_role_change

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

View File

@@ -592,7 +592,7 @@ sv_ev_muc_self_online(const char *const room, const char *const nick, gboolean c
// role changed
} else if (g_strcmp0(role, old_role) != 0) {
ui_room_role_change(room, role, actor, reason);
mucwin_role_change(room, role, actor, reason);
// affiliation changed
} else if (g_strcmp0(affiliation, old_affiliation) != 0) {