jaehyun pushed a commit to branch master.

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

commit 6358d5e927eb6c2a3abfa7b67d2cc11449805023
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Fri Dec 6 17:49:52 2019 +0900

    efl_ui_alert_popup: remove beta for efl_ui_alert_popup_title
    
    Summary: remove the title part beta tag for the efl ui alert popup
    
    Reviewers: Jaehyun_Cho, zmike, bu5hm4n, segfaultxavi
    
    Reviewed By: Jaehyun_Cho
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D10820
---
 src/lib/elementary/efl_ui_alert_popup.eo            | 2 +-
 src/lib/elementary/efl_ui_alert_popup_part_title.eo | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elementary/efl_ui_alert_popup.eo 
b/src/lib/elementary/efl_ui_alert_popup.eo
index b51fcb4658..3f058981db 100644
--- a/src/lib/elementary/efl_ui_alert_popup.eo
+++ b/src/lib/elementary/efl_ui_alert_popup.eo
@@ -46,7 +46,7 @@ class Efl.Ui.Alert_Popup extends Efl.Ui.Popup
       }
    }
    parts {
-      title @beta: Efl.Ui.Alert_Popup_Part_Title; [[The title text of Alert 
Popup.]]
+      title : Efl.Ui.Alert_Popup_Part_Title; [[The title text of Alert Popup.]]
    }
    implements {
       Efl.Object.constructor;
diff --git a/src/lib/elementary/efl_ui_alert_popup_part_title.eo 
b/src/lib/elementary/efl_ui_alert_popup_part_title.eo
index 94a489933c..e5c3037a37 100644
--- a/src/lib/elementary/efl_ui_alert_popup_part_title.eo
+++ b/src/lib/elementary/efl_ui_alert_popup_part_title.eo
@@ -1,4 +1,4 @@
-class @beta Efl.Ui.Alert_Popup_Part_Title extends Efl.Ui.Layout_Part_Text
+class Efl.Ui.Alert_Popup_Part_Title extends Efl.Ui.Layout_Part_Text
 {
    [[Efl UI Alert Popup internal part class]]
    data: null;

-- 


Reply via email to