From d650d581301de15686ea450cf81a63d1bc4d04b5 Mon Sep 17 00:00:00 2001 From: cedric Date: Tue, 21 Jun 2011 15:49:08 +0000 Subject: [PATCH] edje: forgotten dup. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@60554 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_cc_handlers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/edje_cc_handlers.c b/src/bin/edje_cc_handlers.c index 5bda585..b9c9dcf 100644 --- a/src/bin/edje_cc_handlers.c +++ b/src/bin/edje_cc_handlers.c @@ -572,6 +572,7 @@ New_Statement_Handler statement_handlers[] = {"collections.group.parts.programs.program.name", st_collections_group_programs_program_name}, /* dup */ {"collections.group.parts.programs.program.signal", st_collections_group_programs_program_signal}, /* dup */ {"collections.group.parts.programs.program.source", st_collections_group_programs_program_source}, /* dup */ + {"collections.group.parts.programs.program.filter", st_collections_group_programs_program_filter}, /* dup */ {"collections.group.parts.programs.program.in", st_collections_group_programs_program_in}, /* dup */ {"collections.group.parts.programs.program.action", st_collections_group_programs_program_action}, /* dup */ {"collections.group.parts.programs.program.transition", st_collections_group_programs_program_transition}, /* dup */ -- 2.7.4