From 41aa19447c2a324a8cca59799a0a058fea56b575 Mon Sep 17 00:00:00 2001 From: Ji-Youn Park Date: Wed, 8 Jun 2016 09:01:00 +0830 Subject: [PATCH] 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 9aeb361647..e0097dd42d 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.