From 986ec88206b8b4c04fb7d6be3dd644096a8884dc Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 16 Jul 1999 19:42:30 +0000 Subject: Merge fix from gnome-pim-1-0: Fixed cut&paste bug for day fontsets. 1999-07-16 Miguel de Icaza * gnome-month-item.c (gnome_month_item_set_arg): Merge fix from gnome-pim-1-0: Fixed cut&paste bug for day fontsets. svn path=/trunk/; revision=1028 --- calendar/gui/gnome-month-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') 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-*-*"); -- cgit v1.2.3