hermet pushed a commit to branch master.

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

commit 3f7fd4f8e0107f2cad654cd76dbc8448d162b245
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Wed Aug 20 16:18:57 2014 +0900

    fix make distcheck to work correctly.
    
    specified some missed files in the Makefile.am
    
    Thanks Simotek for reporting.
---
 data/themes/default/Makefile.am        | 3 ++-
 data/themes/default/images/Makefile.am | 4 ++--
 data/themes/default/live_edit.edc      | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/data/themes/default/Makefile.am b/data/themes/default/Makefile.am
index b205f2f..f2cbff8 100644
--- a/data/themes/default/Makefile.am
+++ b/data/themes/default/Makefile.am
@@ -13,7 +13,8 @@ EXTRA_DIST = enventor.edc \
              images.edc \
              layout_common.edc \
              layout_setting.edc \
-             theme_ext.edc
+             theme_ext.edc \
+             live_edit.edc
 
 enventor.edj: Makefile $(EXTRA_DIST)
        $(EDJE_CC) $(EDJE_FLAGS) \
diff --git a/data/themes/default/images/Makefile.am 
b/data/themes/default/images/Makefile.am
index 8c22e20..87af98c 100644
--- a/data/themes/default/images/Makefile.am
+++ b/data/themes/default/images/Makefile.am
@@ -54,7 +54,6 @@ EXTRA_DIST = \
    goto.png \
    downlight_glow_left.png \
    downlight_glow_right.png \
-   alarm_highlight.png \
    disabler.png \
    live_bg_glow_in.png \
    live_rel1_dragable.png \
@@ -65,4 +64,5 @@ EXTRA_DIST = \
    live_spacer.png \
    live_text.png \
    live_textblock.png \
-   live_edit.png
+   live_edit.png \
+   new.png
diff --git a/data/themes/default/live_edit.edc 
b/data/themes/default/live_edit.edc
index 2a66846..7b14563 100644
--- a/data/themes/default/live_edit.edc
+++ b/data/themes/default/live_edit.edc
@@ -1,5 +1,5 @@
 images {
-   image: "spacer.png" COMP;
+   image: "live_spacer.png" COMP;
 }
 group { name: "IMAGE_bg";
    parts {
@@ -64,7 +64,7 @@ group { name: "SPACER_bg";
    parts {
       part { name: "bg";
          description { state: "default" 0.0;
-            image.normal: "spacer.png";
+            image.normal: "live_spacer.png";
             fill.type: TILE;
             color: 255 255 255 50;
          }

-- 


Reply via email to