summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2019-03-12 14:42:28 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2019-03-12 14:43:46 +0900
commit6c00b54305c9b24480880c932f8113b8235ad155 (patch)
tree82ded7eab36e99c8650bf2507867be432c73d952
parentdbe5cd3ac84d8af61ea0c3489926f1d1b17116ac (diff)
downloadefl-6c00b54305c9b24480880c932f8113b8235ad155.tar.gz
efl_ui_navigation_layout: fix bar value to be Efl.Ui.Layout_Base
Since Efl.Ui.Layout is renamed to Efl.Ui.Layout_Base, the bar value is fixed to be Efl.Ui.Layout_Base.
-rw-r--r--src/lib/elementary/efl_ui_navigation_layout.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_navigation_layout.eo b/src/lib/elementary/efl_ui_navigation_layout.eo
index e766fc0da7..1ddac7367b 100644
--- a/src/lib/elementary/efl_ui_navigation_layout.eo
+++ b/src/lib/elementary/efl_ui_navigation_layout.eo
@@ -16,7 +16,7 @@ class @beta Efl.Ui.Navigation_Layout extends Efl.Ui.Layout_Base implements Efl.C
get {
}
values {
- value: Efl.Ui.Layout;
+ value: Efl.Ui.Layout_Base;
[[The bar object located at the top area of the Navigation Layout.
]]
}