1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:57:45 +02:00

small fix

This commit is contained in:
Jfreegman 2014-05-01 04:00:19 -04:00
parent 6b72ef0720
commit 2837c5697f
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -506,7 +506,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
wattroff(self->window, A_BOLD);
if (f_selected)
wattroff(self->window, COLOR_PAIR(YELLOW));
wattroff(self->window, COLOR_PAIR(BLUE));
uint64_t last_seen = friends[f].last_online.last_on;