commit 9d846b7c92a775bc02e7586d1aedf780873fe755
parent 965ad85d0f75b47610bb9efbb2c3ad731d5ed15c
Author: Paul Mangan <paul@claws-mail.org>
Date: Sun, 24 Apr 2011 09:01:30 +0000
2011-04-24 [paul] 3.7.9cvs15
* src/summaryview.c
fix bug #2353, 'Right-clicking on spam in order to delete
it causes it to show in message window'
Diffstat:
4 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-24 [paul] 3.7.9cvs15
+
+ * src/summaryview.c
+ fix bug #2353, 'Right-clicking on spam in order to delete
+ it causes it to show in message window'
+
2011-04-24 [paul] 3.7.9cvs14
* src/mainwindow.c
diff --git a/PATCHSETS b/PATCHSETS
@@ -4166,3 +4166,4 @@
( cvs diff -u -r 1.14.2.76 -r 1.14.2.77 src/plugins/trayicon/trayicon.c; ) > 3.7.9cvs12.patchset
( cvs diff -u -r 1.654.2.4240 -r 1.654.2.4241 configure.ac; ) > 3.7.9cvs13.patchset
( cvs diff -u -r 1.274.2.322 -r 1.274.2.323 src/mainwindow.c; cvs diff -u -r 1.1.2.20 -r 1.1.2.21 src/gtk/foldersort.c; cvs diff -u -r 1.1.2.8 -r 1.1.2.9 src/gtk/foldersort.h; ) > 3.7.9cvs14.patchset
+( cvs diff -u -r 1.395.2.427 -r 1.395.2.428 src/summaryview.c; ) > 3.7.9cvs15.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=7
MICRO_VERSION=9
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=14
+EXTRA_VERSION=15
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/summaryview.c b/src/summaryview.c
@@ -6496,7 +6496,6 @@ static gboolean summary_button_pressed(GtkWidget *ctree, GdkEventButton *event,
if (!event) return FALSE;
if (event->button == 3) {
- summaryview->display_msg = messageview_is_visible(summaryview->messageview);
/* right clicked */
summary_set_menu_sensitive(summaryview);
cm_menu_set_sensitive_full(summaryview->mainwin->ui_manager, "Menus/SummaryViewPopup/Trash",