re-fix the pulse

SVN revision: 14864
This commit is contained in:
Carsten Haitzler 2005-05-20 05:20:46 +00:00
parent 97bc390d34
commit 854f316f28
1 changed files with 2 additions and 0 deletions

View File

@ -386,6 +386,7 @@ group {
val = get_int(is_hilited);
if (val == 0)
run_program(PROGRAM:"go_active_pre");
run_program(PROGRAM:"logo_go_active");
}
}
program {
@ -402,6 +403,7 @@ group {
run_program(PROGRAM:"go_passive_pre");
set_int(is_hilited, 0);
}
run_program(PROGRAM:"logo_go_passive");
}
}