Comment 6 for bug 2740

Revision history for this message
Rajasekar Karthik (karthik085) wrote : Re: gnomecal crashes in breezy

The problem occurs because of fonts properties.
gnome-pim version: 1.4.9
Folder: gncal
File: month-view.c
Line Number: 594
Code: y = font->ascent + font->descent + 2 * SPACING;
Fixed code: y = 2 * SPACING;
//a better solution is to fix the font properties

Reported the same at Gnome bug tracker:
http://bugzilla.gnome.org/show_bug.cgi?id=317776