Renamed ui_room_history -> mucwin_history

This commit is contained in:
James Booth
2015-11-01 21:30:39 +00:00
parent d7c1c6f9bf
commit 29af5d4a3b
4 changed files with 4 additions and 4 deletions

View File

@@ -155,7 +155,7 @@ void
sv_ev_room_history(const char *const room_jid, const char *const nick,
GDateTime *timestamp, const char *const message)
{
ui_room_history(room_jid, nick, timestamp, message);
mucwin_history(room_jid, nick, timestamp, message);
}
void