2005-06-07 [paul] 1.9.11cvs44

* src/summaryview.c
		restore bug #749 fix
This commit is contained in:
Paul Mangan 2005-06-07 14:42:11 +00:00
parent 70588a451e
commit 5564712e00
4 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-06-07 [paul] 1.9.11cvs44
* src/summaryview.c
restore bug #749 fix
2005-06-06 [colin] 1.9.11cvs43
* src/summaryview.c

View file

@ -532,3 +532,4 @@
( cvs diff -u -r 1.96.2.56 -r 1.96.2.57 src/textview.c; ) > 1.9.11cvs41.patchset
( cvs diff -u -r 1.2 -r 1.3 src/common/md5.c; cvs diff -u -r 1.395.2.74 -r 1.395.2.75 src/summaryview.c; cvs diff -u -r 1.207.2.40 -r 1.207.2.41 src/folderview.c; ) > 1.9.11cvs42.patchset
( cvs diff -u -r 1.395.2.75 -r 1.395.2.76 src/summaryview.c; ) > 1.9.11cvs43.patchset
( cvs diff -u -r 1.395.2.76 -r 1.395.2.77 src/summaryview.c; ) > 1.9.11cvs44.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=11
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=43
EXTRA_VERSION=44
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -4716,6 +4716,8 @@ static void summary_reply_cb(SummaryView *summaryview, guint action,
static void summary_show_all_header_cb(SummaryView *summaryview,
guint action, GtkWidget *widget)
{
summaryview->messageview->all_headers =
GTK_CHECK_MENU_ITEM(widget)->active;
summary_display_msg_selected(summaryview,
GTK_CHECK_MENU_ITEM(widget)->active);
}