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

properly implemented statuses

This commit is contained in:
Jfreegman
2013-09-01 22:11:47 -04:00
parent d636cc9780
commit c5b9677fc0
3 changed files with 39 additions and 17 deletions

View File

@ -84,9 +84,8 @@ void on_friendadded(Tox *m, int friendnumber)
{
friendlist_onFriendAdded(m, friendnumber);
if (store_data(m, DATA_FILE)) {
if (store_data(m, DATA_FILE))
wprintw(prompt->window, "\nCould not store Tox data\n");
}
}
/* CALLBACKS END */