FOCUS_OBJECT takes a part as target
authorsachiel <sachiel>
Tue, 14 Dec 2010 17:18:31 +0000 (17:18 +0000)
committersachiel <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

index 30f06e9..a6d4288 100644 (file)
@@ -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. "