elementary/naviframe - modified naviframe theme for title clicked signal emit.

SVN revision: 63427
This commit is contained in:
ChunEon Park 2011-09-16 06:17:19 +00:00
parent fad15f3456
commit bdca77d062
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@ group { name:"elm/naviframe/item/basic/default";
program {
name: "title_clicked";
signal: "mouse,clicked,1";
source: "base";
action: SIGNAL_EMIT "elm,action,clicked" "elm";
source: "title_base";
action: SIGNAL_EMIT "elm,action,title,clicked" "";
}
program { name: "show_finished";
action: SIGNAL_EMIT "elm,action,show,finished" "";