fix occasional non-clearance of the statusbar
authorPaul Mangan <paul@claws-mail.org>
Thu, 8 Jul 2004 08:23:26 +0000 (08:23 +0000)
committerPaul Mangan <paul@claws-mail.org>
Thu, 8 Jul 2004 08:23:26 +0000 (08:23 +0000)
ChangeLog.claws
PATCHSETS
configure.ac
src/inc.c

index 92a96261093a8232b5af5a82f4bc46a6028f53ab..b99f24cff61ae495a4473b094c299a7c6bd4d900 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-08 [claws]     0.9.12cvs16
+
+       * src/inc.c [1.174]
+               fix occasional non-clearance of the statusbar
+
 2004-07-07 [colin]     0.9.12cvs15
 
        * src/prefs_common.c [1.225]
 2004-07-07 [colin]     0.9.12cvs15
 
        * src/prefs_common.c [1.225]
index 7d7a45ec07ab5e521cd3b9d11942429987dc73a7..ad78558c3003d925b1a50ece362420620a3d01fe 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
@@ -1,3 +1,4 @@
 ( cvs diff -u -r 1.15 -r 1.16 src/common/smtp.c; ) > 0.9.12cvs9.patchset
 ( cvs diff -u -r 1.3 -r 1.4 src/gtk/quicksearch.c; ) > 0.9.12cvs14.patchset
 ( cvs diff -u -r 1.224 -r 1.225 src/prefs_common.c; cvs diff -u -r 1.111 -r 1.112 src/prefs_common.h; cvs diff -u -r 1.436 -r 1.437 src/summaryview.c; cvs diff -u -r 1.4 -r 1.5 src/gtk/quicksearch.c; cvs diff -u -r 1.2 -r 1.3 src/gtk/quicksearch.h; ) > 0.9.12cvs15.patchset
 ( cvs diff -u -r 1.15 -r 1.16 src/common/smtp.c; ) > 0.9.12cvs9.patchset
 ( cvs diff -u -r 1.3 -r 1.4 src/gtk/quicksearch.c; ) > 0.9.12cvs14.patchset
 ( cvs diff -u -r 1.224 -r 1.225 src/prefs_common.c; cvs diff -u -r 1.111 -r 1.112 src/prefs_common.h; cvs diff -u -r 1.436 -r 1.437 src/summaryview.c; cvs diff -u -r 1.4 -r 1.5 src/gtk/quicksearch.c; cvs diff -u -r 1.2 -r 1.3 src/gtk/quicksearch.h; ) > 0.9.12cvs15.patchset
+( cvs diff -u -r 1.173 -r 1.174 src/inc.c; ) > 0.9.12cvs16.patchset
index b69cedb402ea2ba69569c7daccca120ca31fa439..0c2c4b5b0400bebf381f7b0fb362130a91cfd21d 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=12
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=12
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=15
+EXTRA_VERSION=16
 EXTRA_RELEASE=
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
 EXTRA_RELEASE=
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
index 0dd379ab584e1f536d1cd7a47e99bea644a9ddaa..8c2f0d182d7ac20bfac7970686d315a9f6016586 100644 (file)
--- a/src/inc.c
+++ b/src/inc.c
@@ -642,6 +642,8 @@ static gint inc_start(IncProgressDialog *inc_dialog)
                }
                g_slist_free(msglist);
 
                }
                g_slist_free(msglist);
 
+               statusbar_pop_all();
+
                new_msgs += pop3_session->cur_total_num;
 
                if (pop3_session->error_val == PS_AUTHFAIL &&
                new_msgs += pop3_session->cur_total_num;
 
                if (pop3_session->error_val == PS_AUTHFAIL &&