mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge branch 'master' into osx-functional
This commit is contained in:
commit
61be6574a1
@ -429,7 +429,9 @@ _rosterwin_rooms(ProfLayoutSplit *layout, gboolean newline)
|
||||
GList *curr_room = rooms;
|
||||
while (curr_room) {
|
||||
ProfMucWin *mucwin = wins_get_muc(curr_room->data);
|
||||
if (mucwin) {
|
||||
_rosterwin_room(layout, mucwin);
|
||||
}
|
||||
curr_room = g_list_next(curr_room);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user