[toolbar] fixed edc signal processing
authorHosang Kim <hosang12.kim@samsung.com>
Mon, 24 Jun 2013 00:31:17 +0000 (09:31 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 27 Jun 2013 04:25:54 +0000 (13:25 +0900)
if one program receive two signals, the first signal is ignored.

themes/widgets/toolbar.edc

index f4b0a92..0cb1e31 100644 (file)
@@ -1946,8 +1946,13 @@ group { name: "elm/toolbar/item/tabbar";
          target: "elm.text.badge";
          target: "elm.image.badge";
       }
-      program { name: "divider_visible";
+      program { name: "divider_visible_1";
          signal: "elm,order,first,item";
+         source: "elm";
+         action: STATE_SET "default" 0.0;
+         target: "divider";
+      }
+      program { name: "divider_visible_2";
          signal: "elm,order,default,item";
          source: "elm";
          action: STATE_SET "default" 0.0;