diff options
Diffstat (limited to 'japanese/gnumeric/files/patch-ab')
-rw-r--r-- | japanese/gnumeric/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/gnumeric/files/patch-ab b/japanese/gnumeric/files/patch-ab new file mode 100644 index 000000000000..99c67d707f6c --- /dev/null +++ b/japanese/gnumeric/files/patch-ab @@ -0,0 +1,14 @@ +--- src/style.c.orig Tue Sep 19 09:41:02 2000 ++++ src/style.c Mon Oct 30 23:11:36 2000 +@@ -70,9 +70,9 @@ + } + + /* Worst case scenario */ +- font->gdk_font = gnome_display_font_get_gdk_font (font->dfont); ++ font->gdk_font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*"); + if (font->gdk_font == NULL) +- font->gdk_font = gdk_font_load ("fixed"); ++ font->gdk_font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*"); + else + gdk_font_ref (font->gdk_font); + |