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:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user