summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraflinta2004-02-17 11:21:05 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit5c4c37ea46bfa5ecaa14061a2b4f0b665b72634c (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent13ff30f337ae5428f85bf6150c284c87186c13b9 (diff)
downloadgpdf-DEVEL.zip
gpdf-DEVEL.tar.gz
- obsoletedDEVEL
Changed files: gpdf-libgnomeprint.patch -> 1.1.2.2
-rw-r--r--gpdf-libgnomeprint.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/gpdf-libgnomeprint.patch b/gpdf-libgnomeprint.patch
deleted file mode 100644
index cf79c20..0000000
--- a/gpdf-libgnomeprint.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN aa/gpdf-0.122/xpdf/gpdf-font-face.c gpdf-0.122/xpdf/gpdf-font-face.c
---- aa/gpdf-0.122/xpdf/gpdf-font-face.c 2003-06-28 19:39:00.000000000 +0200
-+++ gpdf-0.122/xpdf/gpdf-font-face.c 2004-02-06 20:34:47.434322296 +0100
-@@ -151,7 +151,6 @@
- entry->speciesname = g_strdup (species
- ? species
- : (const guchar*) "Regular");
-- entry->weight = entry->speciesname; /* FIXME here and in fcpattern_to_gp_font_entry */
- entry->Weight = weight;
- entry->familyname = g_strdup (family);
- entry->name = g_strconcat (family, " ", entry->speciesname, NULL);