talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit ad6d9254091e1c5249d8f70f8b73d67e5a45e3e7
parent 1b5888c7bd5bf06759282b18eeaeaad934ca7914
Author: wwp <wwp@free.fr>
Date:   Wed, 14 Mar 2018 11:22:47 +0100

Clear statusbar's progressbar in case of NNTP xhdr/xover failure.

Diffstat:
Msrc/etpan/nntp-thread.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/etpan/nntp-thread.c b/src/etpan/nntp-thread.c @@ -867,6 +867,7 @@ int nntp_threaded_xover(Folder * folder, guint32 beg, guint32 end, struct newsnn if (l != NULL) newsnntp_xover_resp_list_free(l); newsnntp_xover_resp_list_free(h); + statusbar_progress_all(0, 0, 0); return result.error; } @@ -965,6 +966,7 @@ int nntp_threaded_xhdr(Folder * folder, const char *header, guint32 beg, guint32 if (l != NULL) newsnntp_xhdr_free(l); newsnntp_xhdr_free(h); + statusbar_progress_all(0, 0, 0); return result.error; }