This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit dbcc56014cd972f632e86a2abc97805d37962f2d
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Jun 16 15:44:14 2022 +0100
fix move to defines for msgbus dbus services for iface/core
---
src/bin/e_msgbus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_msgbus.c b/src/bin/e_msgbus.c
index c228e354d..37fd979ae 100644
--- a/src/bin/e_msgbus.c
+++ b/src/bin/e_msgbus.c
@@ -2,7 +2,7 @@
///////////////////////////////////////////////////////////////////////////
#define E_BUS "org.enlightenment.wm.service"
-#define E_IFACE "org.enlightenment.wm.service"
+#define E_IFACE "org.enlightenment.wm.Core"
#define E_PATH "/org/enlightenment/wm/RemoteObject"
static void _e_msgbus_core_request_name_cb(void *data, const Eldbus_Message *msg, Eldbus_Pending *pending);
static Eldbus_Message *_e_msgbus_core_version_cb(const Eldbus_Service_Interface *iface, const Eldbus_Message *msg);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.