From 6ba649dc2ca50ce97ec5c1865a91aaefbe15d43c Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Thu, 7 Sep 2006 12:42:16 +0000 Subject: [PATCH 1/1] 2006-09-07 [paul] 2.4.0cvs159 * src/mimeview.c select the mimepart icon when displaying as text Thanks to Colin --- ChangeLog | 7 +++++++ PATCHSETS | 1 + configure.ac | 2 +- src/mimeview.c | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0bdb3005d..cf25ad53e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-09-07 [paul] 2.4.0cvs159 + + * src/mimeview.c + select the mimepart icon when + displaying as text + Thanks to Colin + 2006-09-06 [paul] 2.4.0cvs158 * src/prefs_filtering.c diff --git a/PATCHSETS b/PATCHSETS index d407813e4..dd95bc954 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1850,3 +1850,4 @@ ( cvs diff -u -r 1.274.2.148 -r 1.274.2.149 src/mainwindow.c; ) > 2.4.0cvs156.patchset ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/es/advanced.xml; ) > 2.4.0cvs157.patchset ( cvs diff -u -r 1.59.2.43 -r 1.59.2.44 src/prefs_filtering.c; ) > 2.4.0cvs158.patchset +( cvs diff -u -r 1.83.2.88 -r 1.83.2.89 src/mimeview.c; ) > 2.4.0cvs159.patchset diff --git a/configure.ac b/configure.ac index 0ef8c4550..189b5da5a 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=158 +EXTRA_VERSION=159 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/mimeview.c b/src/mimeview.c index c17559f67..21b8ef376 100644 --- a/src/mimeview.c +++ b/src/mimeview.c @@ -1583,7 +1583,7 @@ static void mimeview_display_as_text(MimeView *mimeview) if (!mimeview->opened) return; partinfo = mimeview_get_part_to_use(mimeview); - + mimeview_select_mimepart_icon(mimeview, partinfo); g_return_if_fail(partinfo != NULL); mimeview_show_message_part(mimeview, partinfo); } -- 2.25.1