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 cb35f999588c41e9588d9844294223462e38bd49
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Fri Dec 13 09:39:12 2024 +0000
msgbus - fix bg list
fixes #96
@fix
---
src/modules/msgbus/msgbus_desktop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/msgbus/msgbus_desktop.c b/src/modules/msgbus/msgbus_desktop.c
index ddae5d659..046a51217 100644
--- a/src/modules/msgbus/msgbus_desktop.c
+++ b/src/modules/msgbus/msgbus_desktop.c
@@ -180,7 +180,7 @@ static const Eldbus_Method desktop_methods[] = {
static const Eldbus_Method background_methods[] = {
{ "Add", ELDBUS_ARGS({"i", "zone"}, {"i", "desk_x"}, {"i", "desk_y"}, {"s", "path"}), NULL, cb_desktop_bgadd, 0 },
{ "Del", ELDBUS_ARGS({"i", "zone"}, {"i", "desk_x"}, {"i", "desk_y"}), NULL, cb_desktop_bgdel, 0 },
- { "List", ELDBUS_ARGS({"a(iiis)", "array_of_bg"}), NULL, cb_desktop_bglist, 0 },
+ { "List", NULL, ELDBUS_ARGS({"a(iiis)", "array_of_bg"}), cb_desktop_bglist, 0 },
{ NULL, NULL, NULL, NULL, 0 }
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.