about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-01 21:57:57 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 21:57:57 +0000
commited2324900a40ffba770e51661cce6d2c366ccfd4 (patch)
tree3cdb82fbcd780703385f3f077fb708941b189320 /src/command/commands.c
parenta08f112fd0fceaaed37028d657b2298005856e44 (diff)
downloadprofani-tty-ed2324900a40ffba770e51661cce6d2c366ccfd4.tar.gz
Renamed ui_room_hide_occupants -> mucwin_hide_occupants
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 7ca7149c..540300de 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -3180,7 +3180,7 @@ cmd_occupants(ProfWin *window, const char *const command, gchar **args)
             mucwin->showjid = FALSE;
             mucwin_update_occupants(mucwin->roomjid);
         } else {
-            ui_room_hide_occupants(mucwin->roomjid);
+            mucwin_hide_occupants(mucwin->roomjid);
         }
     } else {
         cons_bad_cmd_usage(command);