summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_tab_bar.eo
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2018-11-16 10:45:05 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2018-11-16 11:11:13 +0100
commit2d460e52e4a1f6b87bd04cdd8a99a2ec4f1ba659 (patch)
tree3f81ce288f41220bf192ef855c9f05534fc55997 /src/lib/elementary/efl_ui_tab_bar.eo
parentde72dd57303af131a759301bbe93da8dc97cd075 (diff)
downloadefl-2d460e52e4a1f6b87bd04cdd8a99a2ec4f1ba659.tar.gz
elementary: remove Efl.Ui.Layout namespace
Summary: Efl.Ui.Layout namespace is removed to keep consistency with other widgets. Consequently, "Efl.Ui.Layout.Object" is renamed to "Efl.Ui.Layout" and "Efl.Ui.Layout." is renamed to "Efl.Ui.Layout_". Reviewers: segfaultxavi, bu5hm4n, cedric Reviewed By: segfaultxavi Subscribers: #reviewers, #committers, SanghyeonLee, woohyun Tags: #efl Differential Revision: https://phab.enlightenment.org/D7291
Diffstat (limited to 'src/lib/elementary/efl_ui_tab_bar.eo')
-rw-r--r--src/lib/elementary/efl_ui_tab_bar.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_tab_bar.eo b/src/lib/elementary/efl_ui_tab_bar.eo
index 0f1c7314f4..95c42c4c3a 100644
--- a/src/lib/elementary/efl_ui_tab_bar.eo
+++ b/src/lib/elementary/efl_ui_tab_bar.eo
@@ -1,4 +1,4 @@
-class Efl.Ui.Tab_Bar (Efl.Ui.Layout.Object, Efl.Ui.Clickable)
+class Efl.Ui.Tab_Bar (Efl.Ui.Layout, Efl.Ui.Clickable)
{
[[Tab Bar class]]
methods {