elm diskselector.edc: Added elm,action,clicked to default item style. It was working only with datetime/default style before.

SVN revision: 75844
This commit is contained in:
Daniel Juyung Seo 2012-08-30 07:54:00 +00:00
parent c92e566fe5
commit fbc7fa0701
1 changed files with 15 additions and 0 deletions

View File

@ -186,6 +186,16 @@ group { name: "elm/diskselector/item/default";
text.align: 0.8 0.5;
}
}
part { name: "over1";
type: RECT;
mouse_events: 1;
repeat_events: 1;
ignore_flags: ON_HOLD;
description {
state: "default" 0.0;
color: 0 0 0 0;
}
}
}
programs {
@ -223,6 +233,11 @@ group { name: "elm/diskselector/item/default";
action: STATE_SET "icon_only" 0.0;
target: "elm.swallow.icon";
}
program { name: "field_click";
signal: "mouse,clicked,1";
source: "over1";
action: SIGNAL_EMIT "elm,action,click" "";
}
}
}