about summary refs log tree commit diff stats
path: root/src/event
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-01 21:30:39 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 21:30:39 +0000
commit29af5d4a3bef53e975981b9ea9b3bcaec31fa443 (patch)
tree3ec00520574c109de6c806ac263205096b83ffe3 /src/event
parentd7c1c6f9bfa994e9237df350469be9defa88f00a (diff)
downloadprofani-tty-29af5d4a3bef53e975981b9ea9b3bcaec31fa443.tar.gz
Renamed ui_room_history -> mucwin_history
Diffstat (limited to 'src/event')
-rw-r--r--src/event/server_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/server_events.c b/src/event/server_events.c
index 5865d84c..5b99bdc1 100644
--- a/src/event/server_events.c
+++ b/src/event/server_events.c
@@ -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