mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Tell user where the downloaded file is stored
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
parent
5d945a9629
commit
099b443dc8
@ -190,8 +190,8 @@ http_file_get(void* userdata)
|
|||||||
} else {
|
} else {
|
||||||
if (!download->cancel) {
|
if (!download->cancel) {
|
||||||
http_print_transfer_update(download->window, download->url,
|
http_print_transfer_update(download->window, download->url,
|
||||||
"Downloading '%s': done",
|
"Downloading '%s': done\nSaved to '%s'",
|
||||||
download->url);
|
download->url, download->filename);
|
||||||
win_mark_received(download->window, download->url);
|
win_mark_received(download->window, download->url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user