From 79271b6f3b3f7082145f693137a35a3b445d5510 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Sat, 18 Aug 2007 13:00:51 +0000 Subject: [PATCH] 2007-08-18 [paul] 2.10.0cvs129 * src/summaryview.c add missing menu update --- 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 2281e51e2..9b33680d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-18 [paul] 2.10.0cvs129 + + * src/summaryview.c + add missing menu update + 2007-08-17 [colin] 2.10.0cvs128 * src/folder.c diff --git a/PATCHSETS b/PATCHSETS index 4bcb28f93..5fc78046b 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2783,3 +2783,4 @@ ( cvs diff -u -r 1.14.2.55 -r 1.14.2.56 src/plugins/trayicon/trayicon.c; ) > 2.10.0cvs126.patchset ( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 src/prefs_send.c; cvs diff -u -r 1.1.2.8 -r 1.1.2.9 src/gtk/combobox.h; cvs diff -u -r 1.5.2.65 -r 1.5.2.66 src/gtk/gtkutils.c; ) > 2.10.0cvs127.patchset ( cvs diff -u -r 1.213.2.155 -r 1.213.2.156 src/folder.c; ) > 2.10.0cvs128.patchset +( cvs diff -u -r 1.395.2.319 -r 1.395.2.320 src/summaryview.c; ) > 2.10.0cvs129.patchset diff --git a/configure.ac b/configure.ac index 6837c381d..904a0aa36 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=10 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=128 +EXTRA_VERSION=129 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/summaryview.c b/src/summaryview.c index 741d302d4..1d0c58277 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -2493,6 +2493,7 @@ static void summary_status_show(SummaryView *summaryview) g_free(str); } + summary_set_menu_sensitive(summaryview); toolbar_main_set_sensitive(summaryview->mainwin); } -- 2.25.1