Package: gaim
Version: 1.20.5-1
Severity: important

Hi,
 This bug has been open for a long time and it is finally accepted upstream.
http://bugzilla.gnome.org/show_bug.cgi?id=441654

We would really love to see this included in lenny. This is the last
major rendering bug in Malayalam with pango and fixing it would make
Malayalam perfect in debian.

Regards
Praveen
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
Join The DRM Elimination Crew Now!
http://fci.wikia.com/wiki/Anti-DRM-Campaign
--- mprefixups.c.old	2008-06-03 18:44:15.000000000 +0530
+++ mprefixups.c	2008-06-03 18:45:11.000000000 +0530
@@ -81,7 +81,7 @@
 	pango_ot_buffer_get_glyphs (buffer, &glyphs, &n_glyphs);
 
 	for (i = 0; i < n_glyphs; i++) {
-	    if (baseGlyph < 0 && glyphs[i].cluster == baseIndex)
+	    if ((baseIndex >= glyphs[i].cluster) && !((baseIndex-glyphs[i].cluster)%2))
 		baseGlyph = i;
 	    if (glyphs[i].cluster == mpreIndex) {
 		    if (mpreGlyph < 0)

Reply via email to