about summary refs log tree commit diff stats
path: root/src/ui/occupantswin.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-20 00:52:35 +0000
committerJames Booth <boothj5@gmail.com>2014-12-20 00:52:35 +0000
commitea267e2017c8e941166754d50180fdfbca85eefe (patch)
tree2398f03a0370f38b404f7e62448d81083acf4c07 /src/ui/occupantswin.c
parent0146e625769eda832f9d9bf1b10451a2cee12c5f (diff)
downloadprofani-tty-ea267e2017c8e941166754d50180fdfbca85eefe.tar.gz
Refactored all window recipients and types
Tests need fixing
Diffstat (limited to 'src/ui/occupantswin.c')
-rw-r--r--src/ui/occupantswin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c
index e3cfec28..2afc3e26 100644
--- a/src/ui/occupantswin.c
+++ b/src/ui/occupantswin.c
@@ -57,7 +57,7 @@ _occuptantswin_occupant(ProfLayoutSplit *layout, Occupant *occupant)
 static void
 _occupantswin_occupants(const char * const roomjid)
 {
-    ProfMucWin *mucwin = wins_get_muc_win(roomjid);
+    ProfMucWin *mucwin = wins_get_muc(roomjid);
     if (mucwin) {
         GList *occupants = muc_roster(roomjid);
         if (occupants) {