summaryrefslogtreecommitdiff
path: root/packages/dillo/dillo-0.8.5/font.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dillo/dillo-0.8.5/font.patch')
-rw-r--r--packages/dillo/dillo-0.8.5/font.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/dillo/dillo-0.8.5/font.patch b/packages/dillo/dillo-0.8.5/font.patch
deleted file mode 100644
index ace3da8dd6..0000000000
--- a/packages/dillo/dillo-0.8.5/font.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- dillo-0.8.5/src/dw_style.c.orig 2005-12-20 13:01:19.000000000 +0000
-+++ dillo-0.8.5/src/dw_style.c 2005-12-20 13:03:34.000000000 +0000
-@@ -330,6 +330,12 @@
- }
-
- if (font->font == NULL) {
-+ /* Try another platform-font that should be available. (fam83) */
-+ font->font =
-+ gdk_font_load
-+ ("-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1");
-+ }
-+ if (font->font == NULL) {
- /* Can't load any suitable font! */
- g_warning ("Can't load any ISO8859-1 font!?! :(");
- font->font =