about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-02 00:59:27 +0000
committerJames Booth <boothj5@gmail.com>2015-11-02 00:59:27 +0000
commit668f92ece2e3be8287f9a742d908bfd96fe6594d (patch)
tree80ffec9622d595b0e92a7b45229eb83904cb00a6 /src/ui/core.c
parentce0763e1607b1a6ee70a458f68cf00a44593b54d (diff)
downloadprofani-tty-668f92ece2e3be8287f9a742d908bfd96fe6594d.tar.gz
mucwin_show_occupants takes ProfMucWin
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index b6cc5b3c..b00a703d 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -668,7 +668,7 @@ ui_show_all_room_rosters(void)
         if (window->type == WIN_MUC && !win_has_active_subwin(window)) {
             ProfMucWin *mucwin = (ProfMucWin*)window;
             assert(mucwin->memcheck == PROFMUCWIN_MEMCHECK);
-            mucwin_show_occupants(mucwin->roomjid);
+            mucwin_show_occupants(mucwin);
         }
         curr = g_list_next(curr);
     }