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

change online/offline symbols

This commit is contained in:
Jfreegman
2014-07-26 19:16:07 -04:00
parent 02b192d6ee
commit 3cae1d92cd
5 changed files with 9 additions and 6 deletions

View File

@ -302,7 +302,7 @@ static void prompt_onConnectionChange(ToxWindow *self, Tox *m, int32_t friendnum
char timefrmt[TIME_STR_SIZE];
get_time_str(timefrmt, sizeof(timefrmt));
char *msg;
const char *msg;
if (status == 1) {
msg = "has come online";