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 8ac2bd554e6a446c5ae9ae7da030549695cd3fb1
Author: Carsten Haitzler <[email protected]>
AuthorDate: Mon Jul 13 15:43:11 2026 +0100
elm player - fix stop/quality swap
---
src/lib/elementary/elm_player_eo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/elementary/elm_player_eo.c b/src/lib/elementary/elm_player_eo.c
index 6592e02974..659d6552b3 100644
--- a/src/lib/elementary/elm_player_eo.c
+++ b/src/lib/elementary/elm_player_eo.c
@@ -13,9 +13,9 @@ EWAPI const Efl_Event_Description _ELM_PLAYER_EVENT_PREV_CLICKED =
EWAPI const Efl_Event_Description _ELM_PLAYER_EVENT_REWIND_CLICKED =
EFL_EVENT_DESCRIPTION("rewind,clicked");
EWAPI const Efl_Event_Description _ELM_PLAYER_EVENT_QUALITY_CLICKED =
- EFL_EVENT_DESCRIPTION("stop,clicked");
-EWAPI const Efl_Event_Description _ELM_PLAYER_EVENT_STOP_CLICKED =
EFL_EVENT_DESCRIPTION("quality,clicked");
+EWAPI const Efl_Event_Description _ELM_PLAYER_EVENT_STOP_CLICKED =
+ EFL_EVENT_DESCRIPTION("stop,clicked");
EWAPI const Efl_Event_Description _ELM_PLAYER_EVENT_EJECT_CLICKED =
EFL_EVENT_DESCRIPTION("eject,clicked");
EWAPI const Efl_Event_Description _ELM_PLAYER_EVENT_VOLUME_CLICKED =
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.