actionslider: Fixed wrong signal names but still support backward compatibility.
- "elm.drag_button,mouse,up" -> "elm,action,up,drag_button"- "elm.drag_button,mouse,down" -> "elm,action,down,drag_button"- "elm.drag_button,mouse,move" -> "elm,action,move,drag_button"
This is not the target of backport.
97039d7 actionslider: Fixed wrong signal names but still support backward compatibility.
data/themes/edc/elm/actionslider.edc | 6 +++---
src/lib/elm_actionslider.c | 11 +++++++++++
2 files changed, 14 insertions(+), 3 deletions(-)
Upstream: git.enlightenment.org