1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 05:56:46 +02:00

small fixes

This commit is contained in:
Jfreegman
2013-11-17 15:45:26 -05:00
parent 677f57699f
commit cf0840b80d
3 changed files with 4 additions and 5 deletions

View File

@ -182,7 +182,6 @@ static void delete_friend(Tox *m, ToxWindow *self, int f_num, wint_t key)
sort_friendlist_index();
store_data(m, DATA_FILE);
select_friend(m, KEY_DOWN);
}
static void friendlist_onKey(ToxWindow *self, Tox *m, wint_t key)