diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-24 11:58:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-24 11:58:13 +0000 |
commit | 9ecac32fbdfe4744811f7a35a0e7f895a338e50c (patch) | |
tree | 506405bad6b180e109e8673eaff1d83cb3e61f1c /packages/dillo/dillo-0.8.6/font.patch | |
parent | 55b70abcdb29a259439bb568759fba30baac1b02 (diff) | |
parent | 6e01b499d5a5ddf81f11e5c1fd89365c2b46e6ef (diff) |
merge of 5e29a13bc14135c916ea8402999a2ff0c201523d
and b461cf906dbd45594408dde96a32eebad44f2416
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 = |