summaryrefslogtreecommitdiff
path: root/mail/sylpheed3/files/patch-src-printing.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
commitf982be45e81588a27383cd1a3eb12789b8498904 (patch)
tree07be283d015b2c39f95e655cb7328ff355bc47fa /mail/sylpheed3/files/patch-src-printing.c
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Notes
Notes: svn path=/head/; revision=223035 svn path=/tags/RELEASE_6_4_0/; revision=223036; tag=release/6.4.0
Diffstat (limited to 'mail/sylpheed3/files/patch-src-printing.c')
-rw-r--r--mail/sylpheed3/files/patch-src-printing.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/sylpheed3/files/patch-src-printing.c b/mail/sylpheed3/files/patch-src-printing.c
deleted file mode 100644
index f13f0b756bfd..000000000000
--- a/mail/sylpheed3/files/patch-src-printing.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/printing.c.orig Wed Dec 27 15:50:14 2006
-+++ src/printing.c Wed Dec 27 16:28:28 2006
-@@ -149,8 +149,6 @@
-
- desc = pango_font_description_from_string(prefs_common_get()->textfont);
- size = pango_font_description_get_size(desc);
-- pango_font_description_free(desc);
-- desc = gtkut_get_default_font_desc();
- pango_font_description_set_size(desc, size);
- pango_layout_set_font_description(layout, desc);
- pango_font_description_free(desc);
-@@ -406,10 +404,6 @@
- }
- g_print("count = %d\n", count);
-
-- desc = gtkut_get_default_font_desc();
-- pango_font_description_set_size(desc, font_size);
-- pango_layout_set_font_description(layout, desc);
-- pango_font_description_free(desc);
- g_snprintf(buf, sizeof(buf), "- %d -", pinfo->page_nr_per_msg + 1);
- pango_layout_set_text(layout, buf, -1);
- pango_layout_set_alignment(layout, PANGO_ALIGN_CENTER);