[addressbook] Fix for bug #331993
"simon.zheng" <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <1140512901.2296.4.camel@fulltime> |
Hi, Bug #331993, Can't show the contact content when printing preview. When Helvetica fonts is installed, in order to get the expected fonts, font configuration in file "medbook.ecps" should be specified properly. Sending a patch.Please comment or reivew. Thanks, -Simon _______________________________________________ Evolution-patches mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-patches
evo-331993-contacts-print-preview.diff
(text/x-patch, 1 KB)
Index: printing/medbook.ecps =================================================================== RCS file: /cvs/gnome/evolution/addressbook/printing/medbook.ecps,v retrieving revision 1.3 diff -u -p -r1.3 medbook.ecps --- printing/medbook.ecps 30 Oct 2001 01:33:03 -0000 1.3 +++ printing/medbook.ecps 21 Feb 2006 08:18:10 -0000 @@ -7,7 +7,7 @@ <letter_tabs>TRUE</letter_tabs> <letter_headings>TRUE</letter_headings> <headings_font>Helvetica Bold 12</headings_font> -<body_font>Helvetica 8</body_font> +<body_font>Helvetica Regular 8</body_font> <print_using_grey>TRUE</print_using_grey> <paper_width>8.5</paper_width> <paper_height>11</paper_height> @@ -18,11 +18,11 @@ <page_width>8.5</page_width> <page_height>11</page_height> <orientation>portrait</orientation> -<header_font>Helvetica 8</header_font> +<header_font>Helvetica Regular 8</header_font> <left_header/> <center_header/> <right_header/> -<footer_font>Helvetica 8</footer_font> +<footer_font>Helvetica Regular 8</footer_font> <left_footer/> <center_footer>[Page #]</center_footer> <right_footer/>