0.9.4claws40
authorChristoph Hohmann <reboot@gmx.ch>
Thu, 28 Aug 2003 19:17:51 +0000 (19:17 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Thu, 28 Aug 2003 19:17:51 +0000 (19:17 +0000)
* 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
configure.ac
src/folderview.c

index f591cf8cf6ffb6fd8f070de8d95a80949e5cb675..12b40e7452fd393393b6250114a98f18f1435425 100644 (file)
@@ -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
index a8eb2fde40d7f2e77523e19f65df1b3fcf88eb39..683202c28605d06803d906325ccd538f3ebc1d62 100644 (file)
@@ -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
index 625e58c58294ec7d07cf25d86984e1d734670e54..c41f12139de4a6d22e1b4fa77f27cdd6b333f3e3 100644 (file)
@@ -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);
        }
 }