Fix FTBFS on efl-1.11 43/27043/1 sandbox/pcoval/tizen submit/tizen/20140903.140690 submit/tizen_common/20140903.190090 submit/tizen_common/20140904.121590 submit/tizen_common/20140904.125990
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 3 Sep 2014 12:31:21 +0000 (14:31 +0200)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 3 Sep 2014 12:39:15 +0000 (14:39 +0200)
multiple programs of the same name, so it got confused
they were same name, different actions, names must be unique
or have no name then (u're anonymous and thus inheriting cant override your stuff anyway)

Without Error message is :

   edje_cc: Error. Unable to find program name "elm.text".

Author: rasterman
Change-Id: Ib2e84b54ce382cae10f9bec19d6a2eb1afdf24fb
Origin: https://phab.enlightenment.org/P74
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
themes/widgets/genlist/genlist_macro.edc

index 87ab159..4dd745d 100755 (executable)
          }
 
 #define GENLIST_PROGRAM_SELECT_DIALOGUE( TARGET ) \
-         program { name: "selected"; \
+         program { name: "selected_dialog"; \
             signal: "elm,state,selected"; \
             source: "elm"; \
             script { \
                run_program(PROGRAM:"target_selected"); \
             } \
          } \
-         program { name: "unselected"; \
+         program { name: "unselected_dialog"; \
             signal: "elm,state,unselected"; \
             source: "elm"; \
             script { \