projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11ff45
)
FOCUS_OBJECT takes a part as target
author
sachiel
<sachiel>
Tue, 14 Dec 2010 17:18:31 +0000
(17:18 +0000)
committer
sachiel
<sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 14 Dec 2010 17:18:31 +0000
(17:18 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@55556
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/bin/edje_cc_handlers.c
patch
|
blob
|
history
diff --git
a/src/bin/edje_cc_handlers.c
b/src/bin/edje_cc_handlers.c
index
30f06e9
..
a6d4288
100644
(file)
--- a/
src/bin/edje_cc_handlers.c
+++ b/
src/bin/edje_cc_handlers.c
@@
-6909,6
+6909,8
@@
st_collections_group_programs_program_target(void)
data_queue_part_lookup(pc, name, &(et->id));
else if (ep->action == EDJE_ACTION_TYPE_FOCUS_SET)
data_queue_part_lookup(pc, name, &(et->id));
+ else if (ep->action == EDJE_ACTION_TYPE_FOCUS_OBJECT)
+ data_queue_part_lookup(pc, name, &(et->id));
else
{
ERR("%s: Error. parse error %s:%i. "