From 50727d3439ccb2a77d9762c31240b160142f1d35 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 28 Jun 2018 11:06:26 -0400 Subject: [PATCH] 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 --- data/elementary/themes/edc/music_control.edc | 3 +++ 1 file changed, 3 insertions(+) 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;