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 2bc9efc2617618350c86614a67ba03c1f0a77035
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sat Jun 18 12:24:41 2022 +0100
e sound - forgot to call init - call init
---
src/bin/e_main.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 1bde0e926..5fff4e13d 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -800,6 +800,10 @@ main(int argc, char **argv)
TS("E_Powersave Init Done");
_e_main_shutdown_push(e_powersave_shutdown);
+ TS("E_Sound Init");
+ e_sound_init();
+ _e_main_shutdown_push(e_sound_shutdown);
+
TS("Screens Init");
if (!_e_main_screens_init())
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.