From 6a5390b7095391cae6370d4dc6dd367b61e6cb45 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Thu, 2 May 2013 21:11:09 +0900 Subject: [PATCH] [Genlist] Add FIXME comments because, when naviframe item is pushed, naviframe freeze all events :( so events cannot be repeated. So all texts should have it's own sound program, not repeat to BG Change-Id: I8ac9395d9f235163dc569e7645981ff1062585d3 --- themes/widgets/genlist/genlist_macro.edc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/widgets/genlist/genlist_macro.edc b/themes/widgets/genlist/genlist_macro.edc index 5df1c53..38821f6 100644 --- a/themes/widgets/genlist/genlist_macro.edc +++ b/themes/widgets/genlist/genlist_macro.edc @@ -2549,6 +2549,9 @@ /*****************************************************************************/ /******************************* Genlist TEXT ********************************/ /*****************************************************************************/ +// FIXME: because, when naviframe item is pushed, +// naviframe freeze all events so text events cannot be repeated. :-( +// So all texts should have it's own sound program, not repeat to BG #define GENLIST_PART_TEXT(NAME, DESCRIPION) \ part { name: NAME; \ scale: 1; \ -- 2.7.4