From 5e7246f2cc1e7b859d1328c446be03c0154f725e Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Mon, 17 Oct 2005 19:48:28 +0000 Subject: [PATCH 1/1] 2005-10-17 [colin] 1.9.15cvs70 * src/main.c Keep the folder list frozen while checking caches... --- ChangeLog-gtk2.claws | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/main.c | 3 --- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index f9125ba50..d68c70d5c 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,8 @@ +2005-10-17 [colin] 1.9.15cvs70 + + * src/main.c + Keep the folder list frozen while checking caches... + 2005-10-17 [colin] 1.9.15cvs69 * src/addr_compl.c diff --git a/PATCHSETS b/PATCHSETS index fc41084b6..ada3c4aa7 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -906,3 +906,4 @@ ( cvs diff -u -r 1.61.2.38 -r 1.61.2.39 src/account.c; cvs diff -u -r 1.105.2.39 -r 1.105.2.40 src/prefs_account.c; cvs diff -u -r 1.204.2.65 -r 1.204.2.66 src/prefs_common.c; cvs diff -u -r 1.103.2.33 -r 1.103.2.34 src/prefs_common.h; cvs diff -u -r 1.52.2.14 -r 1.52.2.15 src/prefs_folder_item.c; cvs diff -u -r 1.10.2.14 -r 1.10.2.15 src/prefs_gtk.c; cvs diff -u -r 1.1.4.12 -r 1.1.4.13 src/gtk/logwindow.c; cvs diff -u -r 1.5.2.19 -r 1.5.2.20 src/gtk/pluginwindow.c; cvs diff -u -r 1.12.2.22 -r 1.12.2.23 src/gtk/prefswindow.c; cvs diff -u -r 1.7.2.4 -r 1.7.2.5 src/gtk/prefswindow.h; ) > 1.9.15cvs67.patchset ( cvs diff -u -r 1.3.2.14 -r 1.3.2.15 src/ssl_manager.c; ) > 1.9.15cvs68.patchset ( cvs diff -u -r 1.27.2.14 -r 1.27.2.15 src/addr_compl.c; cvs diff -u -r 1.179.2.79 -r 1.179.2.80 src/imap.c; ) > 1.9.15cvs69.patchset +( cvs diff -u -r 1.115.2.59 -r 1.115.2.60 src/main.c; ) > 1.9.15cvs70.patchset diff --git a/configure.ac b/configure.ac index cae768b91..7071e9184 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=15 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=69 +EXTRA_VERSION=70 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/main.c b/src/main.c index d5f2b9e97..0d071af3a 100644 --- a/src/main.c +++ b/src/main.c @@ -444,12 +444,9 @@ int main(int argc, char *argv[]) if (!cmd.crash && crash_file_present) { debug_print("Sylpheed crashed, checking for new messages in local folders\n"); folder_item_update_thaw(); - gtk_clist_thaw(GTK_CLIST(mainwin->folderview->ctree)); folderview_check_new(NULL); folder_clean_cache_memory_force(); folder_item_update_freeze(); - gtk_clist_freeze(GTK_CLIST(mainwin->folderview->ctree)); - } /* make the crash-indicator file */ str_write_to_file("foo", get_crashfile_name()); -- 2.25.1