From 3b71ccd35bfae182f44b7e1d6919b51d54dfb0a9 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Mon, 3 Jul 2006 19:16:47 +0000 Subject: [PATCH] 2006-07-03 [colin] 2.3.1cvs53 * src/folderview.c * src/main.c Don't freeze when rescanning after crash --- ChangeLog | 6 ++++++ PATCHSETS | 1 + configure.ac | 2 +- src/folderview.c | 2 +- src/main.c | 1 + 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4b77824ad..47b6cc773 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-03 [colin] 2.3.1cvs53 + + * src/folderview.c + * src/main.c + Don't freeze when rescanning after crash + 2006-07-03 [wwp] 2.3.1cvs52 * src/compose.c diff --git a/PATCHSETS b/PATCHSETS index b315789cc..fc1c891fa 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1653,3 +1653,4 @@ ( cvs diff -u -r 1.105.2.61 -r 1.105.2.62 src/prefs_account.c; ) > 2.3.1cvs50.patchset ( cvs diff -u -r 1.207.2.105 -r 1.207.2.106 src/folderview.c; ) > 2.3.1cvs51.patchset ( cvs diff -u -r 1.382.2.291 -r 1.382.2.292 src/compose.c; cvs diff -u -r 1.10.2.9 -r 1.10.2.10 src/privacy.c; cvs diff -u -r 1.10.2.8 -r 1.10.2.9 src/privacy.h; cvs diff -u -r 1.1.2.14 -r 1.1.2.15 src/plugins/pgpinline/pgpinline.c; cvs diff -u -r 1.1.2.36 -r 1.1.2.37 src/plugins/pgpmime/pgpmime.c; ) > 2.3.1cvs52.patchset +( cvs diff -u -r 1.207.2.106 -r 1.207.2.107 src/folderview.c; cvs diff -u -r 1.115.2.93 -r 1.115.2.94 src/main.c; ) > 2.3.1cvs53.patchset diff --git a/configure.ac b/configure.ac index 90dd42a54..b0dc537c4 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=3 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=52 +EXTRA_VERSION=53 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/folderview.c b/src/folderview.c index f0e4f394a..4e645a50e 100644 --- a/src/folderview.c +++ b/src/folderview.c @@ -1129,7 +1129,7 @@ gint folderview_check_new(Folder *folder) str = get_scan_str(item); STATUSBAR_PUSH(folderview->mainwin, str); - + GTK_EVENTS_FLUSH(); g_free(str); folderview_scan_tree_func(item->folder, item, NULL); diff --git a/src/main.c b/src/main.c index 1381e292d..da0c17879 100644 --- a/src/main.c +++ b/src/main.c @@ -495,6 +495,7 @@ int main(int argc, char *argv[]) /* if Sylpheed crashed, rebuild caches */ if (!cmd.crash && crash_file_present) { + GTK_EVENTS_FLUSH(); debug_print("Sylpheed-Claws crashed, checking for new messages in local folders\n"); folder_item_update_thaw(); folderview_check_new(NULL); -- 2.25.1