mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Do not display error message on cancel
Do not display error message when user cancels upload to divelogs.de. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3b1c49e439
commit
e9ff76429e
2 changed files with 2 additions and 2 deletions
|
|
@ -374,7 +374,7 @@ int divelogde_upload(char *fn, char **error)
|
|||
if (readfile(fn, &mem) < 0)
|
||||
return ret;
|
||||
if (!divelogde_dialog(&user, &pass))
|
||||
return ret;
|
||||
return TRUE;
|
||||
sbuf = soup_buffer_new(SOUP_MEMORY_STATIC, mem.buffer, mem.size);
|
||||
session = soup_session_async_new();
|
||||
multipart = soup_multipart_new(SOUP_FORM_MIME_TYPE_MULTIPART);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue