* src/mimeview.c
select the mimepart icon when
displaying as text
Thanks to Colin
+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
( 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
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=158
+EXTRA_VERSION=159
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
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);
}