mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 21:36:21 +00:00
Chat room windows now created only after successful join
This commit is contained in:
@@ -166,7 +166,7 @@ gboolean _mock_ui_current_win_is_otr(void)
|
||||
}
|
||||
|
||||
static
|
||||
void _mock_ui_room_join(char *room, gboolean focus)
|
||||
void _mock_ui_room_join(const char * const room, gboolean focus)
|
||||
{
|
||||
check_expected(room);
|
||||
check_expected(focus);
|
||||
|
||||
Reference in New Issue
Block a user