[text] Do not use markup on an editable Text
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 7 Jan 2009 13:48:45 +0000 (13:48 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 7 Jan 2009 13:48:45 +0000 (13:48 +0000)
commitc1c713119990f222b6d48ab52ca78c1e383ac332
tree272e3f725bb41f0d4338899e4b6f0e5288392d99
parent368df450b21e6a731a61d5f30d6b997e258ef0e3
[text] Do not use markup on an editable Text

An editable ClutterText should not use pango_layout_set_markup(),
as the contents of the text actor will not match the text.

Only read-only text actors should parse the contents for Pango
markup.
clutter/clutter-text.c