check: Fix wrong signal source names.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 30 Oct 2014 12:06:37 +0000 (21:06 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 30 Oct 2014 12:06:37 +0000 (21:06 +0900)
data/themes/edc/elm/check.edc

index 47c3d0a..431cdc7 100644 (file)
@@ -816,9 +816,9 @@ group { name: "elm/check/base/toggle";
                }
                if (((get_int(is_rtl) == 1) && (dx <= 0.5)) ||
                    (get_int(is_rtl) == 0) && (dx > 0.5)) {
-                  emit("elm,action,check,off", "");
+                  emit("elm,action,check,off", "elm");
                } else {
-                  emit("elm,action,check,on", "");
+                  emit("elm,action,check,on", "elm");
                }
             }
          }
@@ -849,9 +849,9 @@ group { name: "elm/check/base/toggle";
                }
                if (((get_int(is_rtl) == 1) && (dx <= 0.5)) ||
                    (get_int(is_rtl) == 0) && (dx > 0.5)) {
-                 emit("elm,action,check,on", "");
+                 emit("elm,action,check,on", "elm");
                } else {
-                 emit("elm,action,check,off", "");
+                 emit("elm,action,check,off", "elm");
                }
                set_int(was_drag, 1);
                set_int(is_drag, 0);