diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc index 06dc513169..b1a90050f7 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"; + } } }