From 1814a74703875eb48be43337a9b0967d35eea32c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 5 Feb 2010 10:22:42 +0000 Subject: [PATCH] and make arrows emit signals for advance items SVN revision: 45895 --- data/themes/default.edc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 861614822..91ec3e48c 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -5556,14 +5556,12 @@ collections { /* begin the collection of edje groups that are in this file */ program { name: "sb_left"; signal: "mouse,down,1"; source: "left_arrow"; - action: DRAG_VAL_STEP -1.0 0.0; - target: "e.dragable.hbar"; + action: SIGNAL_EMIT "e,action,prev" "e"; } program { name: "sb_right"; signal: "mouse,down,1"; source: "right_arrow"; - action: DRAG_VAL_STEP 1.0 0.0; - target: "e.dragable.hbar"; + action: SIGNAL_EMIT "e,action,next" "e"; } } }