summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauro Moura <lauromoura@expertisesolutions.com.br>2019-08-16 17:04:40 -0300
committerLauro Moura <lauromoura@expertisesolutions.com.br>2019-08-16 17:05:00 -0300
commitf5d54bb320ec980948f1c8da903a4f03dbae9e77 (patch)
tree062e85b6be47b7a27a029f4334f32a9e4ceaa672
parenta3ba346ece799672121a60277d78513db8fe3248 (diff)
downloadefl-devs/lauromoura/tcautomated-rebase.tar.gz
elm: avoid clash in Collection.Focus_Managerdevs/lauromoura/tcautomated-rebase
-rw-r--r--src/lib/elementary/efl_ui_collection_focus_manager.eo2
1 files changed, 1 insertions, 1 deletions
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; }