[Genlist] Disable clicked sound while sweeping
authorTae-Hwan Kim <the81.kim@samsung.com>
Mon, 24 Jun 2013 14:06:21 +0000 (23:06 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 27 Jun 2013 04:27:18 +0000 (13:27 +0900)
Change-Id: I7ab64ace3cad2022a561c4ab9269c71f406e7b5d

themes/widgets/genlist/genlist_macro.edc

index edf0ef2..ba43987 100755 (executable)
       }
 
 #define GENLIST_PROGRAM_SOUND( SRC ) \
+      program { \
+         name: "sound_disable"SRC; \
+         signal: "elm,state,slide,active"; \
+         source: "elm"; \
+         action: STATE_SET "disabled" 0.0; \
+         target: "base"; \
+      } \
+      program { \
+         name: "sound_enable"SRC; \
+         signal: "elm,state,slide,passive"; \
+         source: "elm"; \
+         action: STATE_SET "default" 0.0; \
+         target: "base"; \
+      } \
       program { name: "play_sound"SRC; \
          signal: "mouse,clicked,1"; \
          source: SRC; \