mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
436 B
Plaintext
12 lines
436 B
Plaintext
--- gal/e-table/e-table-field-chooser-item.c.orig Mon Oct 30 22:38:31 2000
|
|
+++ gal/e-table/e-table-field-chooser-item.c Mon Oct 30 22:38:44 2000
|
|
@@ -167,7 +167,7 @@
|
|
etfci->font = NULL;
|
|
|
|
if (font)
|
|
- etfci->font = gdk_fontset_load (font);
|
|
+ etfci->font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*");
|
|
|
|
if (etfci->font == NULL) {
|
|
etfci->font = GTK_WIDGET(GNOME_CANVAS_ITEM(etfci)->canvas)->style->font;
|