oops - missed theme part of menu patch

SVN revision: 58027
This commit is contained in:
Carsten Haitzler 2011-03-23 10:44:55 +00:00
parent 65a8f97f30
commit 7365b3ea66
1 changed files with 13 additions and 0 deletions

View File

@ -4658,6 +4658,7 @@ collections {
name: "item_mouse_out";
signal: "mouse,out";
source: "over2";
action: SIGNAL_EMIT "elm,action,inactivate" "";
after: "item_mouse_out_2";
after: "item_mouse_out_3";
}
@ -4755,6 +4756,18 @@ collections {
set_int(menu_disable, 1);
}
}
program { name: "item_select";
signal: "elm,state,selected";
source: "elm";
after: "item_mouse_in_2";
after: "item_mouse_in_3";
}
program { name: "item_unselect";
signal: "elm,state,unselected";
source: "elm";
after: "item_mouse_out_2";
after: "item_mouse_out_3";
}
program { name: "enable";
signal: "elm,state,enabled";
source: "elm";