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

fix a few notification issues

This commit is contained in:
Jfreegman
2014-07-22 14:38:32 -04:00
parent ac01d6d316
commit a047cead05
5 changed files with 24 additions and 8 deletions

View File

@ -129,7 +129,6 @@ static void friendlist_onConnectionChange(ToxWindow *self, Tox *m, int32_t num,
return;
friends[num].online = status;
notify(self, status==1 ? user_log_in : user_log_out, NT_RESTOL | NT_NOTIFWND );
update_friend_last_online(num, get_unix_time());
store_data(m, DATA_FILE);
sort_friendlist_index();