diff --git a/legacy/elementary/src/lib/elm_app_server.c b/legacy/elementary/src/lib/elm_app_server.c index e6f2039890..4acc022b96 100644 --- a/legacy/elementary/src/lib/elm_app_server.c +++ b/legacy/elementary/src/lib/elm_app_server.c @@ -190,7 +190,7 @@ static const Eldbus_Property _props[] = { }; static const Eldbus_Service_Interface_Desc iface_desc = { - "org.enlightenment.Application1", _methods, NULL, _props, NULL, NULL, NULL + "org.enlightenment.Application1", _methods, NULL, _props, NULL, NULL }; EOLIAN static void diff --git a/legacy/elementary/src/lib/elm_dbus_menu.c b/legacy/elementary/src/lib/elm_dbus_menu.c index 72aaf7d57d..021ee3b9dd 100644 --- a/legacy/elementary/src/lib/elm_dbus_menu.c +++ b/legacy/elementary/src/lib/elm_dbus_menu.c @@ -877,7 +877,7 @@ static const Eldbus_Property _properties[] = { }; static const Eldbus_Service_Interface_Desc _interface = { - DBUS_INTERFACE, _methods, _signals, _properties, NULL, NULL, NULL + DBUS_INTERFACE, _methods, _signals, _properties, NULL, NULL }; // =============================================================================