should not have 2 actions per prog. 1 only.

SVN revision: 20307
This commit is contained in:
Carsten Haitzler 2006-02-06 08:53:25 +00:00
parent c3f7e5b01a
commit b8477080a5
1 changed files with 4 additions and 0 deletions

View File

@ -236,6 +236,10 @@ group {
source: "button_image";
action: STATE_SET "default" 0.0;
target: "button_image";
after: "button_unclick2";
}
program {
name: "button_unclick2";
action: SIGNAL_EMIT "close" "";
}
}