theme: use elm namespace for spinner button signal source

Summary:
ref D6036

Depends on D6037

Reviewers: cedric

Reviewed By: cedric

Subscribers: #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6040
This commit is contained in:
Mike Blumenkrantz 2018-06-19 13:27:00 -04:00 committed by Mike Blumenkrantz
parent 3e47335d88
commit 20889496c0
1 changed files with 4 additions and 4 deletions

View File

@ -1532,7 +1532,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default";
}
}
program { name: "button_press2";
action: SIGNAL_EMIT "elm,action,press" "";
action: SIGNAL_EMIT "elm,action,press" "elm";
after: "button_press_anim";
}
program { name: "button_press_anim";
@ -1551,7 +1551,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default";
}
}
program { name: "button_unpress2";
action: SIGNAL_EMIT "elm,action,unpress" "";
action: SIGNAL_EMIT "elm,action,unpress" "elm";
}
program { name: "button_unpress_anim";
action: STATE_SET "default" 0.0;
@ -1577,7 +1577,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default";
after: "button_press_anim";
}
program { name: "button_click2";
action: SIGNAL_EMIT "elm,action,click" "";
action: SIGNAL_EMIT "elm,action,click" "elm";
}
program { name: "access_pressed";
signal: "elm,action,anim,activate";
@ -1714,7 +1714,7 @@ group { name: "elm/button/base/hoversel_horizontal_entry/default";
}
}
program { name: "button_click2";
action: SIGNAL_EMIT "elm,action,click" "";
action: SIGNAL_EMIT "elm,action,click" "elm";
}
program { name: "disable";
signal: "elm,state,disabled";