discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ff702ee67ac401082f81b148fff8bd1fff93c4cc

commit ff702ee67ac401082f81b148fff8bd1fff93c4cc
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jul 19 14:13:05 2016 -0400

    theme: copy border icon click -> elm,action,signal program
---
 data/elementary/themes/edc/elm/border.edc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/elementary/themes/edc/elm/border.edc 
b/data/elementary/themes/edc/elm/border.edc
index 2576d0e..fff5a31 100644
--- a/data/elementary/themes/edc/elm/border.edc
+++ b/data/elementary/themes/edc/elm/border.edc
@@ -1626,5 +1626,9 @@ group { name: "elm/border/base/default";
          signal: "mouse,down,1"; source: "elm.event.resize.br";
          action: SIGNAL_EMIT "elm,action,resize,start" "elm.event.resize.br";
       }
+      program {
+         signal: "mouse,clicked,1"; source: "elm.event.icon";
+         action: SIGNAL_EMIT "elm,action,menu" "elm";
+      }
    }
 }

-- 


Reply via email to