From 92c409206795e136836314d09819b171a4e25e60 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Fri, 30 Jan 2009 08:30:13 +0000 Subject: [PATCH] 2009-01-30 [paul] 3.7.0cvs46 * src/summaryview.c fix updating of popup menu sensitivity --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/summaryview.c | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4cd2c73f3..76438bd61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-30 [paul] 3.7.0cvs46 + + * src/summaryview.c + fix updating of popup menu sensitivity + 2009-01-28 [paul] 3.7.0cvs45 * tools/filter_conv_new.pl diff --git a/PATCHSETS b/PATCHSETS index 783c705bc..95432ca4b 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3707,3 +3707,4 @@ ( cvs diff -u -r 1.213.2.187 -r 1.213.2.188 src/folder.c; ) > 3.7.0cvs43.patchset ( cvs diff -u -r 1.94.2.196 -r 1.94.2.197 src/messageview.c; ) > 3.7.0cvs44.patchset ( cvs diff -u -r 1.1.2.6 -r 1.1.2.7 tools/filter_conv_new.pl; ) > 3.7.0cvs45.patchset +( cvs diff -u -r 1.395.2.404 -r 1.395.2.405 src/summaryview.c; ) > 3.7.0cvs46.patchset diff --git a/configure.ac b/configure.ac index e0161efda..e6195be2e 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=7 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=45 +EXTRA_VERSION=46 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/summaryview.c b/src/summaryview.c index 8d4fdca15..9721c6c84 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -6288,6 +6288,7 @@ static gboolean summary_button_pressed(GtkWidget *ctree, GdkEventButton *event, 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", !folder_has_parent_of_type(summaryview->folder_item, F_TRASH) && summaryview->selected); gtk_menu_popup(GTK_MENU(summaryview->popupmenu), NULL, NULL, -- 2.25.1