2006-09-07 [paul] 2.4.0cvs159
authorPaul Mangan <paul@claws-mail.org>
Thu, 7 Sep 2006 12:42:16 +0000 (12:42 +0000)
committerPaul Mangan <paul@claws-mail.org>
Thu, 7 Sep 2006 12:42:16 +0000 (12:42 +0000)
* src/mimeview.c
select the mimepart icon when
displaying as text
Thanks to Colin

ChangeLog
PATCHSETS
configure.ac
src/mimeview.c

index 0bdb3005d5992977c4c2c83b7603072464511ee3..cf25ad53e5793c4fc11787fea8698ffb90dd9c40 100644 (file)
--- 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
index d407813e4257af5121e66209a870563103eb98c3..dd95bc9541273d2d8a4fbbf5e33e3789e5bb2aae 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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
index 0ef8c45503161ce1949c916cd161eb1bd517662d..189b5da5aec27e39cc37f8126a9d710637daf892 100644 (file)
@@ -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=
 
index c17559f67d08064ddbc97095a1d6a0a8efcc5346..21b8ef376ce42c4dcf80c7d865fa216296a52b0b 100644 (file)
@@ -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);
 }