xartigas pushed a commit to branch master.

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

commit a171b5bd10a8fbb1ae9ccc43dc3321de4efb8fce
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Sep 25 13:27:42 2019 +0200

    api: mark Efl.Ui.Box_Stack stable
    
    Summary: fix T8207
    
    Reviewers: segfaultxavi
    
    Reviewed By: segfaultxavi
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl_api
    
    Maniphest Tasks: T8207
    
    Differential Revision: https://phab.enlightenment.org/D10150
---
 src/lib/elementary/efl_ui_box_stack.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_box_stack.eo 
b/src/lib/elementary/efl_ui_box_stack.eo
index 060f470f35..688f0ef6b7 100644
--- a/src/lib/elementary/efl_ui_box_stack.eo
+++ b/src/lib/elementary/efl_ui_box_stack.eo
@@ -1,4 +1,4 @@
-class @beta Efl.Ui.Box_Stack extends Efl.Ui.Box
+class Efl.Ui.Box_Stack extends Efl.Ui.Box
 {
    [[A custom layout engine for @Efl.Ui.Box that stacks items.
 

-- 


Reply via email to