summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-08-01 18:33:53 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-08-01 18:33:53 +0000
commitabab095b9d4ba1a0e41f100eb31840c86bf52b8a (patch)
treef30c1644c4fbf4d6e95554d918dda49f96aec2ff
parent8d847e291164b6b34a3958e9e282779549a6b134 (diff)
downloadpango-abab095b9d4ba1a0e41f100eb31840c86bf52b8a.tar.gz
Bug 451682 – Cursor positioning for Sinhala is broken Based on patch
2007-08-01 Behdad Esfahbod <behdad@gnome.org> Bug 451682 – Cursor positioning for Sinhala is broken Based on patch from Harshula * modules/indic/indic-lang.c (indic_engine_break): Fix bug that I introduced in the patch. svn path=/trunk/; revision=2388
-rw-r--r--ChangeLog8
-rw-r--r--modules/indic/indic-lang.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b117232a..c6addea3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-08-01 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 451682 – Cursor positioning for Sinhala is broken
+ Based on patch from Harshula
+
+ * modules/indic/indic-lang.c (indic_engine_break): Fix bug that
+ I introduced in the patch.
+
2007-07-31 Behdad Esfahbod <behdad@gnome.org>
Bug 451682 – Cursor positioning for Sinhala is broken
diff --git a/modules/indic/indic-lang.c b/modules/indic/indic-lang.c
index c0d07ed2..a0c163ba 100644
--- a/modules/indic/indic-lang.c
+++ b/modules/indic/indic-lang.c
@@ -159,7 +159,7 @@ indic_engine_break (PangoEngineLang *engine,
*/
else if (!is_conjunct && prev_wc == 0x0DCA && this_wc != 0x200D)
{
- not_cursor_position(&attrs[i]);
+ attrs[i].is_cursor_position = TRUE;
}
break;