From 9338d9f65f924cdeb350314bae7c8df66072d046 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 2 Sep 2007 16:22:14 +0000 Subject: 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' --- .../files/patch-property-fo-property-font-family.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 textproc/xmlroff/files/patch-property-fo-property-font-family.c (limited to 'textproc/xmlroff/files/patch-property-fo-property-font-family.c') 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); - -- cgit v1.2.3