jypark pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=41aa19447c2a324a8cca59799a0a058fea56b575

commit 41aa19447c2a324a8cca59799a0a058fea56b575
Author: Ji-Youn Park <jy0703.p...@samsung.com>
Date:   Wed Jun 8 09:01:00 2016 +0830

    efl_ui_win: Disable legacy for name and type set
    
    Those are only valid during eo_add, before finalize.
    Both of these are constructors.
    Add again jp's code.
---
 src/lib/elementary/efl_ui_win.eo | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo
index 9aeb361..e0097dd 100644
--- a/src/lib/elementary/efl_ui_win.eo
+++ b/src/lib/elementary/efl_ui_win.eo
@@ -565,12 +565,13 @@ class Efl.Ui.Win (Elm.Widget, Elm.Interface.Atspi.Window,
          */
          set {
             [[Can only be used at creation time, within \@ref eo_add.]]
+            legacy: null;
          }
          values {
             name: string @nullable;
          }
       }
-      @property type { /* FIXME: before finalize */
+      @property type {
          [[The type of the window.
 
            It is a hint of how the Window Manager should handle it.

-- 


Reply via email to