2011-04-24 [paul] 3.7.9cvs15
authorPaul Mangan <paul@claws-mail.org>
Sun, 24 Apr 2011 09:01:30 +0000 (09:01 +0000)
committerPaul Mangan <paul@claws-mail.org>
Sun, 24 Apr 2011 09:01:30 +0000 (09:01 +0000)
* src/summaryview.c
fix bug #2353, 'Right-clicking on spam in order to delete
it causes it to show in message window'

ChangeLog
PATCHSETS
configure.ac
src/summaryview.c

index de2ce5383e889393f389302e76acfac630b2d10e..a399e98bab4e9f535431375ff5b670ccef5cbca7 100644 (file)
--- 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
index ec48787796d672c6c2c31704c6935329387534f1..d2511938de5e30e947c9e09c5e6df72130add76d 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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
index c7325f18801c89209e3a52e779fdb6ed56deb3be..cdd86f0d989b47fe5cd2c93bef788299df29652d 100644 (file)
@@ -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=
 
index 5c8bc4d32af43664bf616c66870223d1081a4a2d..3dd1bc11cd05cabaef98b7d98eb6f70a23ccd4a6 100644 (file)
@@ -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",