From 173db39611f732dafd1c12f6f28d1b253e9042cf Mon Sep 17 00:00:00 2001 From: Christoph Hohmann Date: Thu, 28 Aug 2003 19:17:51 +0000 Subject: [PATCH] 0.9.4claws40 * src/folderview.c fix bug that the current summary settings were copied to the wrong folder item, when the folder item prefs are opened. Copying is not required because summary settings and folder_item_prefs do not contain the same settings --- ChangeLog.claws | 8 ++++++++ configure.ac | 2 +- src/folderview.c | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index f591cf8cf..12b40e745 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,11 @@ +2003-08-27 [christoph] 0.9.4claws40 + + * src/folderview.c + fix bug that the current summary settings were copied to the + wrong folder item, when the folder item prefs are opened. + Copying is not required because summary settings and + folder_item_prefs do not contain the same settings + 2003-08-27 [thorsten] 0.9.4claws39 * src/imap.c diff --git a/configure.ac b/configure.ac index a8eb2fde4..683202c28 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=4 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=39 +EXTRA_VERSION=40 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else diff --git a/src/folderview.c b/src/folderview.c index 625e58c58..c41f12139 100644 --- a/src/folderview.c +++ b/src/folderview.c @@ -2489,7 +2489,6 @@ static void folderview_property_cb(FolderView *folderview, guint action, if (item->parent == NULL && item->folder->account) account_open(item->folder->account); else { - summary_save_prefs_to_folderitem(folderview->summaryview, item); prefs_folder_item_open(item); } } -- 2.25.1