Renamed ui_room_role_and_affiliation_change -> mucwin_role_and_affiliation_change

This commit is contained in:
James Booth
2015-11-01 21:14:01 +00:00
parent d706dcd4bc
commit 1a87132dc7
4 changed files with 4 additions and 4 deletions

View File

@@ -588,7 +588,7 @@ sv_ev_muc_self_online(const char *const room, const char *const nick, gboolean c
if (prefs_get_boolean(PREF_MUC_PRIVILEGES)) {
// both changed
if ((g_strcmp0(role, old_role) != 0) && (g_strcmp0(affiliation, old_affiliation) != 0)) {
ui_room_role_and_affiliation_change(room, role, affiliation, actor, reason);
mucwin_role_and_affiliation_change(room, role, affiliation, actor, reason);
// role changed
} else if (g_strcmp0(role, old_role) != 0) {