[MIGRATION] FIX BUILD ERROR 72/196672/1 accepted/tizen/unified/20190107.065408 submit/tizen/20190104.010806
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 3 Jan 2019 10:12:43 +0000 (19:12 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 3 Jan 2019 10:14:50 +0000 (19:14 +0900)
Collaboration between following commit of efl package and TIZEN ONLY widget
commit occurs build error. :/

0386127 efl: rename Efl.Ui.Base -> Efl.Ui.I18n as that is really what it does.

Change-Id: I73b0b5b5bef27be8ec199571808ee89979131bd2

src/mobile/eext_floatingbutton.c
src/mobile/eext_floatingbutton.eo

index 12d0030efb4d653ebc030e6e301a9153894ceef4..351a75e978fd527ae3af4f2b647773e9d537141b 100644 (file)
@@ -684,13 +684,13 @@ _eext_floatingbutton_efl_access_component_extents_get(const Eo *obj EINA_UNUSED,
 }
 
 EOLIAN static Eina_Bool
-_eext_floatingbutton_efl_ui_base_mirrored_get(const Eo *obj EINA_UNUSED, Eext_Floatingbutton_Data *sd EINA_UNUSED)
+_eext_floatingbutton_efl_ui_i18n_mirrored_get(const Eo *obj EINA_UNUSED, Eext_Floatingbutton_Data *sd EINA_UNUSED)
 {
    return EINA_FALSE;
 }
 
 EOLIAN static void
-_eext_floatingbutton_efl_ui_base_mirrored_set(Eo *obj EINA_UNUSED, Eext_Floatingbutton_Data *sd EINA_UNUSED, Eina_Bool mirrored EINA_UNUSED)
+_eext_floatingbutton_efl_ui_i18n_mirrored_set(Eo *obj EINA_UNUSED, Eext_Floatingbutton_Data *sd EINA_UNUSED, Eina_Bool mirrored EINA_UNUSED)
 {
 
 }
index 8e9bacb6dfdf5e84abf852dfad3bd680f16d85f1..a3d5f528ed636d339a2ccd013d34d6ada8475737 100644 (file)
@@ -109,7 +109,7 @@ class Eext.Floatingbutton (Efl.Ui.Layout, Efl.Access.Component) {
       class.constructor;
       Efl.Object.constructor;
       Efl.Object.destructor;
-      Efl.Ui.Base.mirrored { get; set; }
+      Efl.Ui.I18n.mirrored { get; set; }
       Efl.Ui.Widget.theme_apply;
       Efl.Access.Component.extents { get; }
       Efl.Part.part_get;