Oops, we need to actually send the signal

This commit is contained in:
Jaime Thomas
2008-12-20 17:45:18 +00:00
parent 65545b4762
commit 01c750c028
2 changed files with 9 additions and 2 deletions

View File

@ -307,6 +307,13 @@ group {
transition: DECELERATE 0.2;
}
program {
name: "click_emit";
signal: "mouse,clicked,1";
source: "*";
action: SIGNAL_EMIT "clicked" "ecdb";
}
program {
name: "focus_out";
signal: "ecdb,focus,out";