From b681ca2a8137816dcbc077eeca7d409dc196dd03 Mon Sep 17 00:00:00 2001 From: "Sergey I. Panov" Date: Thu, 18 Feb 1999 00:05:17 +0000 Subject: will define fonts via fontset. Friendlier to locales that use iso8859-[^1] * gnome-month-item.c,gnome-month-item.h,goto.c,mark.h, month-view.c,prop.c,quick-view.c,year-view.c: will define fonts via fontset. Friendlier to locales that use iso8859-[^1] and koi8-r encodings. Does not solve problem for Asian languiges --- better solution is needed (e.g. standart GNOME fontstyles defined in gtkrc). Interpol svn path=/trunk/; revision=677 --- calendar/gui/prop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/prop.c') diff --git a/calendar/gui/prop.c b/calendar/gui/prop.c index 1e771812f9..345c07fe96 100644 --- a/calendar/gui/prop.c +++ b/calendar/gui/prop.c @@ -395,7 +395,7 @@ set_current_day (void) item = gnome_month_item_num2child (GNOME_MONTH_ITEM (month_item), GNOME_MONTH_ITEM_DAY_LABEL + day_index); gnome_canvas_item_set (item, "fill_color", color_spec_from_picker (COLOR_PROP_CURRENT_DAY_FG), - "font", CURRENT_DAY_FONT, + "fontset", CURRENT_DAY_FONTSET, NULL); } -- cgit v1.2.3