diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-06-23 15:42:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-23 15:42:39 +0000 |
commit | 4cdcfd0fb6a0f711bb6a0c33656273e67bf97b9c (patch) | |
tree | d89ed9b6a48bce5f5098688b901605a27734c578 /packages/dillo/dillo-0.8.6/font.patch | |
parent | 2854340a2866bf2b4825b802960d8cb05912ca56 (diff) |
dillo_0.8.6.bb, links-x11_2.1pre22.bb, links_2.1pre22.bb : new versions
Diffstat (limited to 'packages/dillo/dillo-0.8.6/font.patch')
-rw-r--r-- | packages/dillo/dillo-0.8.6/font.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/dillo/dillo-0.8.6/font.patch b/packages/dillo/dillo-0.8.6/font.patch new file mode 100644 index 0000000000..ace3da8dd6 --- /dev/null +++ b/packages/dillo/dillo-0.8.6/font.patch @@ -0,0 +1,15 @@ +--- 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 = |