text: Fix typos that were causing false-positive cache hits
authorChris Lord <chris@linux.intel.com>
Thu, 13 May 2010 14:51:42 +0000 (15:51 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 13 May 2010 15:03:28 +0000 (16:03 +0100)
commit47d54930164f3c3478ccba66a01aadd0e72802d0
treeabdc1b5f7ba30a2accd9932c5e85858922a22776
parentacea83d7ae088ef3d0422de7cd1d01836c5ef8f4
text: Fix typos that were causing false-positive cache hits

If a cached layout didn't actually match the layout we're looking for,
it would be returned anyway. Remove this return so that it can correctly
continue looking and get a cache miss if appropriate.

http://bugzilla.openedhand.com/show_bug.cgi?id=2109
clutter/clutter-text.c