seoz pushed a commit to branch master. http://git.enlightenment.org/themes/23oz.git/commit/?id=03c1f9d0616c245d15a73f081562fec026121f02
commit 03c1f9d0616c245d15a73f081562fec026121f02 Author: Daniel Juyung Seo <[email protected]> Date: Fri Aug 21 03:30:24 2015 +0900 Fix build with latest efl. --- default_old_in_one.edc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/default_old_in_one.edc b/default_old_in_one.edc index 0135443..ce63b34 100644 --- a/default_old_in_one.edc +++ b/default_old_in_one.edc @@ -31931,7 +31931,7 @@ group { scale: 1; mouse_events: 0; description { - state: "default_vbar" 0.0; + state: "default" 0.0; visible: 1; // min: 19 19; min: 19 70; @@ -31950,6 +31950,10 @@ group { } } description { + state: "default_vbar" 0.0; + inherit: "default" 0.0; + } + description { state: "hidden_vbar" 0.0; visible: 0; max: 0 99999; @@ -31999,7 +32003,7 @@ part { repeat_events: 1; type: RECT; description { - state: "default_vbar" 0.0; + state: "default" 0.0; rel1 { relative: 1.0 1.0; offset: -24 -23; @@ -32011,6 +32015,10 @@ part { } color: 177 177 177 255; } + description { + state: "default_vbar" 0.0; + inherit: "default" 0.0; + } description { state: "hidden_vbar" 0.0; rel1 { @@ -32308,7 +32316,7 @@ part { mouse_events: 0; description { // state: "default" 0.0; - state: "default_hbar" 0.0; + state: "default" 0.0; // min: 19 19; min: 70 19; align: 0.0 1.0; @@ -32328,6 +32336,10 @@ part { } } description { + state: "default_vbar" 0.0; + inherit: "default" 0.0; + } + description { // state: "default" 0.0; state: "default_hbar_vbar" 0.0; min: 19 19; --
