mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 11:56:21 +00:00
Added focus param to ui_room_join, not set for bookmark autojoin
Issue #194
This commit is contained in:
@@ -59,7 +59,7 @@ void ui_current_print_line_expect(char *message);
|
||||
|
||||
void ui_current_win_is_otr_returns(gboolean result);
|
||||
|
||||
void ui_room_join_expect(char *room);
|
||||
void ui_room_join_expect(char *room, gboolean focus);
|
||||
|
||||
void mock_cons_show_roster(void);
|
||||
void cons_show_roster_expect(GSList *list);
|
||||
|
||||
Reference in New Issue
Block a user