[elm_genlist] [Fix] On touch in text area of genlist item, touch sound was not coming.
authorprince <prince.dubey@samsung.com>
Wed, 17 Apr 2013 07:46:12 +0000 (13:16 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 10:27:29 +0000 (19:27 +0900)
Change-Id: Ia0fb0fb78e00ae984ba9f7bb4bf1b7d43ba45ea9

themes/widgets/genlist/genlist_macro.edc

index b95cf6f..2d1470a 100644 (file)
     part { name: NAME; \
       scale: 1; \
       type: TEXT; \
+      repeat_events: 1; \
       DESCRIPION \
    }
 
     part { name: NAME; \
       scale: 1; \
       type: TEXTBLOCK; \
+      repeat_events: 1; \
       DESCRIPION \
    }