From 7821b2261deb79a405ad2d7af1e7a3252dc813b2 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 1 Nov 2015 21:27:00 +0000 Subject: Renamed ui_room_member_online -> mucwin_occupant_online --- src/event/server_events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/event/server_events.c') diff --git a/src/event/server_events.c b/src/event/server_events.c index 63e52b69..7c86885c 100644 --- a/src/event/server_events.c +++ b/src/event/server_events.c @@ -638,7 +638,7 @@ sv_ev_muc_occupant_online(const char *const room, const char *const nick, const if (!occupant) { char *muc_status_pref = prefs_get_string(PREF_STATUSES_MUC); if (g_strcmp0(muc_status_pref, "none") != 0) { - ui_room_member_online(room, nick, role, affiliation, show, status); + mucwin_occupant_online(room, nick, role, affiliation, show, status); } prefs_free_string(muc_status_pref); occupantswin_occupants(room); -- cgit 1.4.1-2-gfad0