bu5hm4n pushed a commit to branch master.

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

commit ed22ad99a30c40931246f6d73b09cb0691cbcb73
Author: Lauro Moura <[email protected]>
Date:   Mon Aug 19 14:23:21 2019 +0000

    elm: avoid clash in Collection.Focus_Manager
    
    Reviewed-by: Marcel Hollerbach <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D9627
---
 src/lib/elementary/efl_ui_collection_focus_manager.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_collection_focus_manager.eo 
b/src/lib/elementary/efl_ui_collection_focus_manager.eo
index 6fbf57d89a..e015dea7c9 100644
--- a/src/lib/elementary/efl_ui_collection_focus_manager.eo
+++ b/src/lib/elementary/efl_ui_collection_focus_manager.eo
@@ -1,4 +1,4 @@
-class @beta Efl.Ui.Collection.Focus_Manager extends Efl.Ui.Focus.Manager_Calc {
+class @beta Efl.Ui.Collection_Focus_Manager extends Efl.Ui.Focus.Manager_Calc {
   [[Internal class which implements collection specific behaviour, cannot be 
used outside of collection]]
   implements {
       Efl.Ui.Focus.Manager.manager_focus { set; }

-- 


Reply via email to