efl_ui_navigation_layout: fix bar value to be Efl.Ui.Layout_Base
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 12 Mar 2019 05:42:28 +0000 (14:42 +0900)
committerYeongjong Lee <yj34.lee@samsung.com>
Tue, 2 Apr 2019 03:45:17 +0000 (12:45 +0900)
Since Efl.Ui.Layout is renamed to Efl.Ui.Layout_Base, the bar value is
fixed to be Efl.Ui.Layout_Base.

src/lib/elementary/efl_ui_navigation_layout.eo

index e766fc0da7c860d45854a9bb81cf7d5ea1ccc847..1ddac7367b3d7ec36b27efec1a2b64fdbc44c9b3 100644 (file)
@@ -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.
                ]]
          }