- Revise patch for RH bug #202751 (printing of indic languages).
This commit is contained in:
parent
63c04d7f8e
commit
01aeae4762
@ -1,5 +1,5 @@
|
||||
--- evolution-2.9.2/plugins/print-message/print-message.c.fix-indic-printing 2005-08-23 23:14:10.000000000 -0400
|
||||
+++ evolution-2.9.2/plugins/print-message/print-message.c 2006-11-07 13:47:35.000000000 -0500
|
||||
--- evolution-2.9.4/plugins/print-message/print-message.c.fix-indic-printing 2005-08-23 23:14:10.000000000 -0400
|
||||
+++ evolution-2.9.4/plugins/print-message/print-message.c 2006-12-19 16:58:21.000000000 -0500
|
||||
@@ -83,7 +83,7 @@
|
||||
data->config = e_print_load_config ();
|
||||
data->preview = 0;
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
print_response(NULL, GNOME_PRINT_DIALOG_RESPONSE_PREVIEW, data);
|
||||
}
|
||||
--- evolution-2.9.2/composer/e-msg-composer.h.fix-indic-printing 2005-12-07 03:29:51.000000000 -0500
|
||||
+++ evolution-2.9.2/composer/e-msg-composer.h 2006-11-07 13:47:35.000000000 -0500
|
||||
--- evolution-2.9.4/composer/e-msg-composer.h.fix-indic-printing 2005-12-07 03:29:51.000000000 -0500
|
||||
+++ evolution-2.9.4/composer/e-msg-composer.h 2006-12-19 16:58:21.000000000 -0500
|
||||
@@ -96,6 +96,8 @@
|
||||
CamelMimePart *part);
|
||||
CamelMimeMessage *e_msg_composer_get_message (EMsgComposer *composer,
|
||||
@ -29,17 +29,9 @@
|
||||
CamelMimeMessage *e_msg_composer_get_message_draft (EMsgComposer *composer);
|
||||
void e_msg_composer_show_sig_file (EMsgComposer *composer);
|
||||
gboolean e_msg_composer_get_send_html (EMsgComposer *composer);
|
||||
--- evolution-2.9.2/composer/e-msg-composer.c.fix-indic-printing 2006-11-07 13:47:35.000000000 -0500
|
||||
+++ evolution-2.9.2/composer/e-msg-composer.c 2006-11-07 14:02:39.000000000 -0500
|
||||
@@ -615,6 +615,7 @@
|
||||
camel_object_unref (stream);
|
||||
|
||||
camel_data_wrapper_set_mime_type_field (plain, type);
|
||||
+ camel_data_wrapper_set_mime_type (plain, "text/plain; charset=utf-8");
|
||||
camel_content_type_unref (type);
|
||||
|
||||
if (p->send_html) {
|
||||
@@ -5189,6 +5190,49 @@
|
||||
--- evolution-2.9.4/composer/e-msg-composer.c.fix-indic-printing 2006-12-19 16:58:21.000000000 -0500
|
||||
+++ evolution-2.9.4/composer/e-msg-composer.c 2006-12-20 10:44:45.000000000 -0500
|
||||
@@ -5189,6 +5189,49 @@
|
||||
}
|
||||
|
||||
CamelMimeMessage *
|
||||
|
@ -44,7 +44,7 @@
|
||||
|
||||
Name: evolution
|
||||
Version: 2.9.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Productivity
|
||||
Summary: GNOME's next-generation groupware suite
|
||||
@ -729,6 +729,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/evolution/%{evo_major}/libmenus.so
|
||||
|
||||
%changelog
|
||||
* Wed Dec 20 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.4-2.fc7
|
||||
- Revise patch for RH bug #202751 (printing of indic languages).
|
||||
|
||||
* Tue Dec 19 2006 Matthew Barnes <mbarnes@redhat.com> - 2.9.4-1.fc7
|
||||
- Update to 2.9.4
|
||||
- Bump eds_version to 1.9.4 due to soname changes.
|
||||
|
Loading…
Reference in New Issue
Block a user