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

don't show full path when sending files

This commit is contained in:
Jfreegman
2014-08-03 15:12:55 -04:00
parent c9e4246ac5
commit 79372cc80d
4 changed files with 15 additions and 14 deletions

View File

@ -373,7 +373,7 @@ static void chat_onFileControl(ToxWindow *self, Tox *m, int32_t num, uint8_t rec
break;
}
filename = file_senders[i].pathname;
filename = file_senders[i].filename;
}
switch (control_type) {