fix another related edje mishap
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jan 2012 01:09:38 +0000 (01:09 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jan 2012 01:09:38 +0000 (01:09 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66821 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/themes/widgets/frame.edc

index 253fa0a..14f8209 100644 (file)
@@ -83,11 +83,21 @@ group { name: "elm/frame/base/default";
             rel2.offset: -9 -9;
          }
       }
+      part { name: "event";
+         type: RECT;
+         mouse_events: 1;
+         repeat_events: 1;
+         description { state: "default" 0.0;
+            color: 0 0 0 0;
+            rel1.to: "elm.text";
+            rel2.to: "elm.text";
+         }
+      }
    }
    programs {
       program { name: "click";
          signal:  "mouse,up,1";
-         source:  "elm.text";
+         source:  "events";
          action:  SIGNAL_EMIT "elm,action,click" "elm";
       }
    }