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

-- 
gnomecal crashes in breezy
https://launchpad.net/bugs/2740

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to