Renamed ui_recipient_gone -> chatwin_recipeint_gone

This commit is contained in:
James Booth
2015-10-27 23:06:27 +00:00
parent 62c2febc11
commit ae89028772
4 changed files with 4 additions and 4 deletions

View File

@@ -356,7 +356,7 @@ sv_ev_gone(const char *const barejid, const char *const resource)
show_message = FALSE;
}
if (show_message) {
ui_recipient_gone(chatwin);
chatwin_recipient_gone(chatwin);
}
}
}