From fb3590aa7b7eb2c8f64807401a73025a751b506f Mon Sep 17 00:00:00 2001 From: rephorm Date: Sun, 20 Nov 2005 21:30:45 +0000 Subject: [PATCH] the theme no longer turns itself on on clicks. only when it gets a signal telling it to, simplifying things for the themer SVN revision: 18560 --- data/themes/default_radio.edc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/themes/default_radio.edc b/data/themes/default_radio.edc index f678d1ec6..88aa82fee 100644 --- a/data/themes/default_radio.edc +++ b/data/themes/default_radio.edc @@ -152,12 +152,6 @@ group { name: "click"; signal: "mouse,down,1"; source: "event"; - action: STATE_SET "active" 0.0; - target: "item1"; - after: "click2"; - } - program { - name: "click2"; action: SIGNAL_EMIT "toggled" "on"; } program {