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
This commit is contained in:
rephorm 2005-11-20 21:30:45 +00:00 committed by rephorm
parent ff885ab6ac
commit fb3590aa7b
1 changed files with 0 additions and 6 deletions

View File

@ -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 {