ajwillia-ms pushed a commit to branch master.

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

commit 460308a95bc41105feaa821ff5f4a4c0fdb80c55
Author: Andy Williams <[email protected]>
Date:   Sun Jul 3 17:25:37 2016 +0100

    elementary: Update connman theme for all security
    
    Provide the appropriate lock icon for less common security types.
    @fix
    also allow the icons to grow on scaled displays
---
 data/elementary/themes/edc/connman.edc | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/data/elementary/themes/edc/connman.edc 
b/data/elementary/themes/edc/connman.edc
index 06dc513..b1a9005 100644
--- a/data/elementary/themes/edc/connman.edc
+++ b/data/elementary/themes/edc/connman.edc
@@ -657,7 +657,6 @@ group { name: "e/modules/connman/end";
       part { name: "base"; mouse_events: 0;
          description { state: "default" 0.0;
             image.normal: "glow_lock_locked.png";
-            max: 16 16;
             aspect: 1.0 1.0; aspect_preference: BOTH;
             visible: 0;
          }
@@ -699,5 +698,15 @@ group { name: "e/modules/connman/end";
          action: STATE_SET "psk" 0.0;
          target: "base";
       }
+      program {
+         signal: "e,security,ieee8021x"; source: "e";
+         action: STATE_SET "psk" 0.0;
+         target: "base";
+      }
+      program {
+         signal: "e,security,wps"; source: "e";
+         action: STATE_SET "wep" 0.0;
+         target: "base";
+      }
    }
 }

-- 


Reply via email to