mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 23:46:44 +02:00
file transfer improvements and bug fixes
This commit is contained in:
@ -456,7 +456,7 @@ static void delete_friend(Tox *m, int32_t f_num)
|
||||
ToxWindow *toxwin = get_window_ptr(friends[f_num].chatwin);
|
||||
|
||||
if (toxwin != NULL) {
|
||||
kill_chat_window(toxwin);
|
||||
kill_chat_window(toxwin, m);
|
||||
set_active_window(1); /* keep friendlist focused */
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user