summaryrefslogtreecommitdiff
path: root/textproc/xmlroff/files/patch-property-fo-property-font-family.c
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2007-09-02 16:22:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2007-09-02 16:22:14 +0000
commit9338d9f65f924cdeb350314bae7c8df66072d046 (patch)
tree5a46c1557a3576ddac5e246ac6f99a25fcb4e847 /textproc/xmlroff/files/patch-property-fo-property-font-family.c
parentupdate to 9.4.1.2 (diff)
Update to 0.5.2. Changes include:
* Fixed crash in locales with comma as decimal separator (#49) * Cleaned up all compiler warnings (#51) * >99% reduction in 'permanently lost' memory leaks (#52) * Fixed compilation error when GNOME Print not installed (#34) * Fixed segfaults when media-usage not 'paginate'
Diffstat (limited to 'textproc/xmlroff/files/patch-property-fo-property-font-family.c')
-rw-r--r--textproc/xmlroff/files/patch-property-fo-property-font-family.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/textproc/xmlroff/files/patch-property-fo-property-font-family.c b/textproc/xmlroff/files/patch-property-fo-property-font-family.c
deleted file mode 100644
index 91f22eaf4f0f..000000000000
--- a/textproc/xmlroff/files/patch-property-fo-property-font-family.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- property/fo-property-font-family.c.orig Mon Jan 30 23:43:52 2006
-+++ property/fo-property-font-family.c Mon Jan 30 23:45:58 2006
-@@ -475,13 +475,14 @@
- fo_property_font_family_new_attr (FoProperty *property)
- {
- gchar *pango_font_family;
-+ PangoAttribute *pango_attr = NULL;
-
- g_return_val_if_fail (FO_IS_PROPERTY_FONT_FAMILY (property), NULL);
-
- pango_font_family =
- fo_string_get_value (property->value);
-
-- PangoAttribute *pango_attr = pango_attr_family_new (pango_font_family);
-+ pango_attr = pango_attr_family_new (pango_font_family);
-
- g_free (pango_font_family);
-