elm: Don't alias in efl_part()
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 5 Jul 2017 11:30:21 +0000 (20:30 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 5 Jul 2017 11:30:21 +0000 (20:30 +0900)
commit5a922f4afaf7edcbb1313f9aa8d5de187fe7b0d8
tree535a70d95b2c9d3d3f8b68c5161072dac7248518
parent9b667ed06292bc4dfe4e67a69788f5961893a9bf
elm: Don't alias in efl_part()

Inside efl_part() we don't know whether we are dealing with a text
or content API, so we can't actually guess the proper alias.

The legacy API should have already dealt with aliasing at this point.
The EO API should not use those aliases.
src/lib/elementary/elm_layout.c