diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2018-06-28 11:06:26 -0400 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-07-05 22:59:33 +0200 |
commit | 50727d3439ccb2a77d9762c31240b160142f1d35 (patch) | |
tree | 3a5b0cfe7f414896a35927286445a858eb5a589e /data | |
parent | 786210db6f94f9b087e664bf2859e62020d62985 (diff) | |
download | efl-50727d3439ccb2a77d9762c31240b160142f1d35.tar.gz |
theme: skip namespace validation for "e/modules/music-control/popup" group
as this group is used by an external application, it can never be modified,
and thus namespacing issues cannot ever be resolved. for this reason there is
no other option except to skip validation of this group
fix T7072
Depends on D6388
Differential Revision: https://phab.enlightenment.org/D6389
Diffstat (limited to 'data')
-rw-r--r-- | data/elementary/themes/edc/music_control.edc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/elementary/themes/edc/music_control.edc b/data/elementary/themes/edc/music_control.edc index c752742b65..11870eca72 100644 --- a/data/elementary/themes/edc/music_control.edc +++ b/data/elementary/themes/edc/music_control.edc @@ -27,6 +27,9 @@ group { name: "e/modules/music-control/main"; group { name: "e/modules/music-control/popup"; alias: "modules/music-control/popup"; +#ifdef SKIP_NAMESPACE_VALIDATION + skip_namespace_validation: 1; +#endif min: 150 50; images.image: "icon_prev.png" COMP; images.image: "icon_next.png" COMP; |