davemds pushed a commit to branch master.

http://git.enlightenment.org/enlightenment/modules/places.git/commit/?id=0847d1ebcf91f9cd9473ccbf424aae8de6650449

commit 0847d1ebcf91f9cd9473ccbf424aae8de6650449
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Apr 25 07:19:34 2021 +0200

    theme, silent warnings about missing image
---
 e-module-places.edc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/e-module-places.edc b/e-module-places.edc
index cb0920b..fc65b8f 100644
--- a/e-module-places.edc
+++ b/e-module-places.edc
@@ -379,6 +379,7 @@ collections
             mouse_events: 0;
             clip_to: "icon_clip";
             description { state: "default" 0.0;
+               visible: 0;
                rel1.to: "icon";
                rel2.relative: 0.5 0.5;
                rel2.to: "icon";
@@ -386,26 +387,31 @@ collections
             }
             description { state: "ext3" 0.0;
                inherit: "default" 0.0;
+               visible: 1;
                image.normal: "tag_ext3.png";
                color: 255 255 255 240;
             }
             description { state: "fat" 0.0;
                inherit: "default" 0.0;
+               visible: 1;
                image.normal: "tag_fat.png";
                color: 255 255 255 240;
             }
             description { state: "hfs" 0.0;
                inherit: "default" 0.0;
+               visible: 1;
                image.normal: "tag_hfs.png";
                color: 255 255 255 240;
             }
             description { state: "ufs" 0.0;
                inherit: "default" 0.0;
+               visible: 1;
                image.normal: "tag_ufs.png";
                color: 255 255 255 240;
             }
             description { state: "dvd" 0.0;
                inherit: "default" 0.0;
+               visible: 1;
                image.normal: "tag_dvd.png";
                rel1.relative: 0.0 0.0;
                rel2.relative: 1.0 0.5;

-- 


Reply via email to