aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-month-item.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/gnome-month-item.c')
-rw-r--r--calendar/gui/gnome-month-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gnome-month-item.c b/calendar/gui/gnome-month-item.c
index ec799112de..4b8a9d75ac 100644
--- a/calendar/gui/gnome-month-item.c
+++ b/calendar/gui/gnome-month-item.c
@@ -1020,7 +1020,7 @@ gnome_month_item_set_arg (GtkObject *object, GtkArg *arg, guint arg_id)
case ARG_DAY_FONTSET:
gdk_font_unref (mitem->day_font);
- mitem->head_font = gdk_fontset_load (GTK_VALUE_STRING (*arg));
+ mitem->day_font = gdk_fontset_load (GTK_VALUE_STRING (*arg));
if (!mitem->day_font) {
mitem->day_font =
gdk_fontset_load ("-*-fixed-medium-r-semicondensed--13-120-75-75-c-60-*-*");