efl api release - fix elm win accel preference set in legacy api
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 13 Aug 2016 13:42:13 +0000 (22:42 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 13 Aug 2016 13:51:38 +0000 (22:51 +0900)
this shouldnt exist in legacy api as its not settable after creation.
it's useful only for eo constructors before finalize

src/lib/elementary/efl_ui_win.eo

index 0db1587..c002b71 100644 (file)
@@ -629,7 +629,9 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window,
          values {
             accel: string;
          }
-         set {}
+         set {
+            legacy: null;
+         }
          get {
             [[This will return the value of "accel_preference" when the window
               was created.]]