From 55c9f83b02bf289f5c0835e1282ae33ee8a5c192 Mon Sep 17 00:00:00 2001 From: rephorm Date: Sun, 20 Aug 2006 21:27:01 +0000 Subject: [PATCH] forgot this.. SVN revision: 24954 --- data/themes/default_color_well.edc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/data/themes/default_color_well.edc b/data/themes/default_color_well.edc index cc304e619..7162fc8c5 100644 --- a/data/themes/default_color_well.edc +++ b/data/themes/default_color_well.edc @@ -61,7 +61,7 @@ group { } part { name: "overlay"; - mouse_events: 0; + mouse_events: 1; description { state: "default" 0.0; image { @@ -74,6 +74,13 @@ group { } } } - + } + programs { + program { + name: "send_click"; + signal: "mouse,clicked,1"; + source: "overlay"; + action: SIGNAL_EMIT "click" ""; + } } }