This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit fd42545693c499a2819266d60b9fdc47939a01fe
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Wed Dec 4 10:54:16 2024 +0000
ecore con - clean up init with prefix to use right namespace
use ecore_con namespace, not ecore.
---
src/lib/ecore_con/ecore_con_proxy_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/ecore_con/ecore_con_proxy_helper.c b/src/lib/ecore_con/ecore_con_proxy_helper.c
index 01b90652d8..1f6a7dca27 100644
--- a/src/lib/ecore_con/ecore_con_proxy_helper.c
+++ b/src/lib/ecore_con/ecore_con_proxy_helper.c
@@ -424,7 +424,7 @@ _efl_net_proxy_helper_init(void)
if (_efl_net_proxy_helper_init_num > 1) return;
if (_efl_net_proxy_helper_prefix) return;
_efl_net_proxy_helper_prefix = eina_prefix_new
- (NULL, ecore_con_init, "ECORE", "ecore", "checkme",
+ (NULL, ecore_con_init, "ECORE_CON", "ecore_con", "checkme",
PACKAGE_BIN_DIR, PACKAGE_LIB_DIR, PACKAGE_DATA_DIR, PACKAGE_DATA_DIR);
if (!_efl_net_proxy_helper_queue_lock_init)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.