Renamed ui_room_member_offline -> mucwin_occupant_offline

This commit is contained in:
James Booth
2015-11-01 21:23:37 +00:00
parent 51c9d4186e
commit 445452696e
4 changed files with 4 additions and 4 deletions

View File

@@ -486,7 +486,7 @@ sv_ev_room_occupant_offline(const char *const room, const char *const nick,
char *muc_status_pref = prefs_get_string(PREF_STATUSES_MUC);
if (g_strcmp0(muc_status_pref, "none") != 0) {
ui_room_member_offline(room, nick);
mucwin_occupant_offline(room, nick);
}
prefs_free_string(muc_status_pref);
occupantswin_occupants(room);