hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=a8b221485176fc8397a7b7043e7b2f801476ff40

commit a8b221485176fc8397a7b7043e7b2f801476ff40
Author: Hermet Park <[email protected]>
Date:   Mon Jul 25 22:21:11 2016 +0900

    help: clean up help bg resources.
    
    removed unnecessary references.
---
 data/themes/default/images.edc                           |   2 --
 data/themes/default/images/Makefile.am                   |   2 +-
 data/themes/default/images/{about_bg.png => help_bg.png} | Bin
 data/themes/default/layout_common.edc                    |   4 ++--
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/data/themes/default/images.edc b/data/themes/default/images.edc
index 08336db..bff6de8 100644
--- a/data/themes/default/images.edc
+++ b/data/themes/default/images.edc
@@ -48,7 +48,6 @@ images {
    image: "left.png" COMP;
    image: "right.png" COMP;
    image: "filetab.png" COMP;
-   image: "about_bg.png" COMP;
 }
 
 #define ICON_GROUP(_group_name, _image_path) \
@@ -110,6 +109,5 @@ ICON_GROUP("wireframes_icon", "icon_wireframes.png")
 ICON_GROUP("left_arrow", "left.png")
 ICON_GROUP("right_arrow", "right.png")
 ICON_GROUP("filetab", "filetab.png")
-ICON_GROUP("about_bg", "about_bg.png")
 
 #undef ICON_GROUP
diff --git a/data/themes/default/images/Makefile.am 
b/data/themes/default/images/Makefile.am
index a468356..f892b2e 100644
--- a/data/themes/default/images/Makefile.am
+++ b/data/themes/default/images/Makefile.am
@@ -1,6 +1,6 @@
 MAINTAINERCLEANFILES = Makefile.in
 EXTRA_DIST = \
-   about_bg.png \
+   help_bg.png \
    bevel_in.png \
    bevel_out.png \
    bg_glow_in.png \
diff --git a/data/themes/default/images/about_bg.png 
b/data/themes/default/images/help_bg.png
similarity index 100%
rename from data/themes/default/images/about_bg.png
rename to data/themes/default/images/help_bg.png
diff --git a/data/themes/default/layout_common.edc 
b/data/themes/default/layout_common.edc
index ad19428..2a63ee6 100644
--- a/data/themes/default/layout_common.edc
+++ b/data/themes/default/layout_common.edc
@@ -11,7 +11,7 @@ images {
    image: "cursor_arrow.png" COMP;
    image: "navi_group.png" COMP;
    image: "bg_demo.png" COMP;
-   image: "about_bg.png" COMP;
+   image: "help_bg.png" COMP;
 }
 
 group { "fileselector_layout";
@@ -3384,7 +3384,7 @@ group { "help_layout";
       image { "image_bg";
          scale: 1;
          desc { "default";
-            image.normal: "about_bg.png";
+            image.normal: "help_bg.png";
             image.border: 0 350 0 0;
             align: 0.5 0.0;
             rel1.to: "base";

-- 


Reply via email to