diff options
author | Sungtaek Hong <sth253.hong@samsung.com> | 2017-09-26 11:46:11 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-09-26 17:58:07 +0900 |
commit | ebff5e8639851ab9d80fa6ff36f20f08952c015e (patch) | |
tree | f7017fb4742e77fc3faa395000be665ed8627da7 /po | |
parent | 8557fe818f6ac033f582dc4865235aa3176d7447 (diff) | |
download | efl-ebff5e8639851ab9d80fa6ff36f20f08952c015e.tar.gz |
elm_bg: rename elm_bg to Efl.Ui.Bg
Summary:
elm_bg was supposed to be used only in legacy,
but since we need a common object to be used as a background of widgets,
it is now renamed as efl_ui_bg and supports EO APIs.
Reviewers: cedric, jpeg, woohyun
Differential Revision: https://phab.enlightenment.org/D5147
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 187aaa3d07..5abceaabff 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -103,7 +103,7 @@ src/lib/elementary/elc_popup.c src/lib/elementary/elc_scrolled_entry.c src/lib/elementary/elm_access.c src/lib/elementary/elm_actionslider.c -src/lib/elementary/elm_bg.c +src/lib/elementary/efl_ui_bg.c src/lib/elementary/elm_box.c src/lib/elementary/elm_bubble.c src/lib/elementary/efl_ui_button.c |