2005-03-18 [colin] 1.0.3cvs2.6
authorColin Leroy <colin@colino.net>
Fri, 18 Mar 2005 10:28:16 +0000 (10:28 +0000)
committerColin Leroy <colin@colino.net>
Fri, 18 Mar 2005 10:28:16 +0000 (10:28 +0000)
        * src/summaryview.c
                Remove call to summary_step in summary_copy_selected_to
                Can't see its purpose, and this causes bug when copying
                a message if the next one is unread: it reads it.

ChangeLog-gtk2.claws
PATCHSETS
configure.ac
src/summaryview.c

index e01d938601963d4666f51298d905c830c1eb3de5..84763ab2838d78b926cf264ee748cb731c0df830 100644 (file)
@@ -1,3 +1,10 @@
+2005-03-18 [colin]     1.0.3cvs2.6
+
+       * src/summaryview.c
+               Remove call to summary_step in summary_copy_selected_to
+               Can't see its purpose, and this causes bug when copying
+               a message if the next one is unread: it reads it.
+
 2005-03-18 [paul]      1.0.3cvs2.5
 
        * src/foldersel.c
index 91b31177dd8e82219ee664e2d887fdbacf785750..ba301b7dac3bd4512d3be703ca1c3f6ca3c950a7 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.2504.2.52 -r 1.2504.2.53 ChangeLog.claws; cvs diff -u -r 1.654.2.445 -r 1.654.2.446 configure.ac; cvs diff -u -r 1.53.2.8 -r 1.53.2.9 po/POTFILES.in; cvs diff -u -r 1.14.2.15 -r 1.14.2.16 src/plugins/trayicon/trayicon.c; ) > 1.0.3cvs2.1.patchset
 ( cvs diff -u -r 1.5.2.12 -r 1.5.2.13 src/gtk/pluginwindow.c; ) > 1.0.3cvs2.2.patchset
 ( cvs diff -u -r 1.4.2.8 -r 1.4.2.9 src/prefs_fonts.c; cvs diff -u -r 1.395.2.58 -r 1.395.2.59 src/summaryview.c; ) > 1.0.3cvs2.3.patchset
+( cvs diff -u -r 1.395.2.59 -r 1.395.2.60 src/summaryview.c; ) > 1.0.3cvs2.4.patchset
 ( cvs diff -u -r 1.6.10.3 -r 1.6.10.4 src/addrharvest.c; cvs diff -u -r 1.65.2.25 -r 1.65.2.26 src/codeconv.c; cvs diff -u -r 1.15.2.5 -r 1.15.2.6 src/codeconv.h; cvs diff -u -r 1.382.2.110 -r 1.382.2.111 src/compose.c; cvs diff -u -r 1.101.2.8 -r 1.101.2.9 src/news.c; cvs diff -u -r 1.47.2.16 -r 1.47.2.17 src/procheader.c; cvs diff -u -r 1.49.2.35 -r 1.49.2.36 src/procmime.c; cvs diff -u -r 1.8.2.3 -r 1.8.2.4 src/unmime.c; cvs diff -u -r 1.2 -r 1.3 src/unmime.h; ) > 1.0.3cvs2.4.patchset
 ( cvs diff -u -r 1.26.2.12 -r 1.26.2.13 src/foldersel.c; ) > 1.0.3cvs2.5.patchset
+( cvs diff -u -r 1.395.2.59 -r 1.395.2.60 src/summaryview.c; ) > 1.0.3cvs2.6.patchset
index e08fcd06957db6fe2bb0320b6f3d95011bdc1113..34452d2d2aebe7542f728a440685a32f9fc8309c 100644 (file)
@@ -13,7 +13,7 @@ INTERFACE_AGE=0
 BINARY_AGE=0
 EXTRA_VERSION=2
 EXTRA_RELEASE=
-EXTRA_GTK2_VERSION=.5
+EXTRA_GTK2_VERSION=.6
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}
index 8e42f8f21a7e3ce293f08b197f6de4272087f5bf..06ed224be4b7e535460396cdb6f03786f7506421 100644 (file)
@@ -3256,8 +3256,6 @@ void summary_copy_selected_to(SummaryView *summaryview, FolderItem *to_folder)
        folder_item_update_thaw();
        gtk_clist_thaw(GTK_CLIST(summaryview->ctree));
 
-       summary_step(summaryview, GTK_SCROLL_STEP_FORWARD);
-
        if (prefs_common.immediate_exec)
                summary_execute(summaryview);
        else {