Fixed. Sorry about that.
2008/10/30 Viktor Kojouharov <[EMAIL PROTECTED]>:
> You are missing at least bt_base1.png on that commit
>
> On Wed, 2008-10-29 at 07:35 -0700, Enlightenment SVN wrote:
>> Log:
>> Themed to match the new E17 theme.
>> Author: toma
>> Date: 2008-10-29 07:35:22 -0700 (Wed, 29 Oct 2008)
>> New Revision: 37306
>>
>> Removed:
>> trunk/E-MODULES-EXTRA/efm_nav/images/btn.png
>> trunk/E-MODULES-EXTRA/efm_nav/images/btn_disabled.png
>> trunk/E-MODULES-EXTRA/efm_nav/images/btn_down.png
>> Modified:
>> trunk/E-MODULES-EXTRA/efm_nav/Makefile.am
>> trunk/E-MODULES-EXTRA/efm_nav/e-module-efm_nav.edc
>> trunk/E-MODULES-EXTRA/efm_nav/images/back.png
>> trunk/E-MODULES-EXTRA/efm_nav/images/favorites.png
>> trunk/E-MODULES-EXTRA/efm_nav/images/forward.png
>> trunk/E-MODULES-EXTRA/efm_nav/images/refresh.png
>> trunk/E-MODULES-EXTRA/efm_nav/images/up.png
>>
>> Modified: trunk/E-MODULES-EXTRA/efm_nav/Makefile.am
>> ===================================================================
>> --- trunk/E-MODULES-EXTRA/efm_nav/Makefile.am 2008-10-29 14:18:29 UTC (rev
>> 37305)
>> +++ trunk/E-MODULES-EXTRA/efm_nav/Makefile.am 2008-10-29 14:35:22 UTC (rev
>> 37306)
>> @@ -15,12 +15,18 @@
>>
>> EXTRA_DIST = $(files_DATA) \
>> images/home.png \
>> - images/btn.png \
>> - images/btn_down.png \
>> - images/btn_disabled.png \
>> + images/bt_base1.png \
>> + images/bt_base2.png \
>> + images/bt_hilight.png \
>> + images/bt_shine.png \
>> + images/bt_dis_base.png \
>> + images/bt_dis_shine.png \
>> + images/bt_dis_hilight.png \
>> images/back.png \
>> images/forward.png \
>> images/up.png \
>> + images/favorites.png \
>> + images/refresh.png \
>> fonts/Vera.ttf
>>
>> %.edj: %.edc
>>
>> Modified: trunk/E-MODULES-EXTRA/efm_nav/e-module-efm_nav.edc
>> ===================================================================
>> --- trunk/E-MODULES-EXTRA/efm_nav/e-module-efm_nav.edc 2008-10-29
>> 14:18:29 UTC (rev 37305)
>> +++ trunk/E-MODULES-EXTRA/efm_nav/e-module-efm_nav.edc 2008-10-29
>> 14:35:22 UTC (rev 37306)
>> @@ -13,74 +13,100 @@
>> description \
>> { \
>> state: "default" 0.0; \
>> - max: 24 24; \
>> + max: 28 28; \
>> aspect: 1.0 1.0; \
>> aspect_preference: VERTICAL; \
>> image \
>> { \
>> - normal: "btn.png"; \
>> - border: 8 8 8 8; \
>> + normal: "bt_base2.png"; \
>> + border: 7 7 7 7; \
>> } \
>> } \
>> description \
>> { \
>> state: "down" 0.0; \
>> inherit: "default" 0.0; \
>> - image.normal: "btn_down.png"; \
>> + image.normal: "bt_base1.png"; \
>> } \
>> description \
>> { \
>> state: "disabled" 0.0; \
>> inherit: "default" 0.0; \
>> - visible: 0; \
>> + image.normal: "bt_dis_base.png"; \
>> + image.border: 4 4 4 4; \
>> } \
>> } \
>> part \
>> { \
>> - name: "bg2"; \
>> + name: "img"; \
>> + mouse_events: 0; \
>> type: IMAGE; \
>> + description \
>> + { \
>> + state: "default" 0.0; \
>> + max: 18 18; \
>> + rel1 \
>> + { \
>> + offset: 7 7; \
>> + to: "bg"; \
>> + } \
>> + rel2 \
>> + { \
>> + offset: -8 -8; \
>> + to: "bg"; \
>> + } \
>> + image.normal: NAME".png"; \
>> + } \
>> + } \
>> + part \
>> + { \
>> + name: "fg1"; \
>> + type: IMAGE; \
>> mouse_events: 1; \
>> repeat_events: 1; \
>> description \
>> { \
>> state: "default" 0.0; \
>> - visible: 0; \
>> rel1.to: "bg"; \
>> rel2.to: "bg"; \
>> + rel2.relative: 1.0 0.5; \
>> image \
>> { \
>> - normal: "btn_disabled.png"; \
>> - border: 8 8 8 8; \
>> + normal: "bt_hilight.png"; \
>> + border: 7 7 7 0; \
>> } \
>> } \
>> description \
>> { \
>> state: "disabled" 0.0; \
>> inherit: "default" 0.0; \
>> - visible: 1; \
>> + image.normal: "bt_dis_hilight.png"; \
>> + image.border: 4 4 4 0; \
>> } \
>> } \
>> part \
>> { \
>> - name: "img"; \
>> - mouse_events: 0; \
>> + name: "fg2"; \
>> type: IMAGE; \
>> + mouse_events: 1; \
>> + repeat_events: 1; \
>> description \
>> { \
>> state: "default" 0.0; \
>> - max: 16 16; \
>> - rel1 \
>> + rel1.to: "bg"; \
>> + rel2.to: "bg"; \
>> + image \
>> { \
>> - offset: 4 4; \
>> - to: "bg"; \
>> + normal: "bt_shine.png"; \
>> + border: 7 7 7 7; \
>> } \
>> - rel2 \
>> - { \
>> - offset: -5 -5; \
>> - to: "bg"; \
>> - } \
>> - image.normal: NAME".png"; \
>> } \
>> + description \
>> + { \
>> + state: "disabled" 0.0; \
>> + inherit: "default" 0.0; \
>> + image.normal: "bt_dis_shine.png"; \
>> + } \
>> } \
>> } \
>> programs \
>> @@ -115,7 +141,8 @@
>> source: "e"; \
>> action: STATE_SET "disabled" 0.0; \
>> target: "bg"; \
>> - target: "bg2"; \
>> + target: "fg1"; \
>> + target: "fg2"; \
>> } \
>> program \
>> { \
>> @@ -124,7 +151,8 @@
>> source: "e"; \
>> action: STATE_SET "default" 0.0; \
>> target: "bg"; \
>> - target: "bg2"; \
>> + target: "fg1"; \
>> + target: "fg2"; \
>> } \
>> } \
>> }
>> @@ -137,9 +165,13 @@
>> images
>> {
>> image: "home.png" COMP;
>> - image: "btn.png" COMP;
>> - image: "btn_down.png" COMP;
>> - image: "btn_disabled.png" COMP;
>> + image: "bt_base1.png" COMP;
>> + image: "bt_base2.png" COMP;
>> + image: "bt_dis_base.png" COMP;
>> + image: "bt_hilight.png" COMP;
>> + image: "bt_shine.png" COMP;
>> + image: "bt_dis_hilight.png" COMP;
>> + image: "bt_dis_shine.png" COMP;
>> image: "back.png" COMP;
>> image: "forward.png" COMP;
>> image: "refresh.png" COMP;
>>
>> Modified: trunk/E-MODULES-EXTRA/efm_nav/images/back.png
>> ===================================================================
>> (Binary files differ)
>>
>> Deleted: trunk/E-MODULES-EXTRA/efm_nav/images/btn.png
>>
>> Deleted: trunk/E-MODULES-EXTRA/efm_nav/images/btn_disabled.png
>>
>> Deleted: trunk/E-MODULES-EXTRA/efm_nav/images/btn_down.png
>>
>> Modified: trunk/E-MODULES-EXTRA/efm_nav/images/favorites.png
>> ===================================================================
>> (Binary files differ)
>>
>> Modified: trunk/E-MODULES-EXTRA/efm_nav/images/forward.png
>> ===================================================================
>> (Binary files differ)
>>
>> Modified: trunk/E-MODULES-EXTRA/efm_nav/images/refresh.png
>> ===================================================================
>> (Binary files differ)
>>
>> Modified: trunk/E-MODULES-EXTRA/efm_nav/images/up.png
>> ===================================================================
>> (Binary files differ)
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> enlightenment-svn mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel