about summary refs log tree commit diff stats
path: root/src/tools/http_upload.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-10-11 23:40:15 +0100
committerJames Booth <boothj5@gmail.com>2016-10-11 23:40:15 +0100
commitaf42bc4434a4eedaf13e057a73e17fe46e0eb110 (patch)
tree7df2b67234ff9095b7072a8cc5017cda170ce0fc /src/tools/http_upload.c
parent0890179fc42a7304dc03c76bd680e61a43f6e072 (diff)
downloadprofani-tty-af42bc4434a4eedaf13e057a73e17fe46e0eb110.tar.gz
Add win_print_http_upload
Diffstat (limited to 'src/tools/http_upload.c')
-rw-r--r--src/tools/http_upload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/http_upload.c b/src/tools/http_upload.c
index fc41ec5e..23315460 100644
--- a/src/tools/http_upload.c
+++ b/src/tools/http_upload.c
@@ -146,7 +146,7 @@ http_file_put(void *userdata)
     if (asprintf(&msg, "Uploading '%s': 0%%", upload->filename) == -1) {
         msg = strdup(FALLBACK_MSG);
     }
-    win_print_with_receipt(upload->window, '!', 0, NULL, 0, THEME_TEXT_ME, NULL, msg, upload->put_url);
+    win_print_http_upload(upload->window, msg, upload->put_url);
     free(msg);
 
     char *cert_path = prefs_get_string(PREF_TLS_CERTPATH);