[text] Fix the deletion actions
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 6 Jan 2009 20:54:20 +0000 (20:54 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 6 Jan 2009 20:54:20 +0000 (20:54 +0000)
commit8182b354b167681a89ef9c3354c1278378e4ea2c
tree216488ec026729080babbb1228fe50dfa6d69547
parent3d32d464e9a83ca2a89700778ece28307f4d359e
[text] Fix the deletion actions

When using the delete-prev action from the end of the text we end
up either missing the first glyph we have to delete or falling
through the last one in the text.

This commit fixes both issues.
clutter/clutter-text.c