discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=cf23ec291d04818d29245c1bc65731ec9eeb0bd4

commit cf23ec291d04818d29245c1bc65731ec9eeb0bd4
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Fri Jun 29 11:29:56 2018 -0400

    default theme: fix part names in notification
    
    Summary:
    Ref T6966
    Depends on D6462
    
    Reviewers: zmike, devilhorns
    
    Reviewed By: zmike
    
    Subscribers: cedric, #committers
    
    Tags: #efl
    
    Maniphest Tasks: T6966
    
    Differential Revision: https://phab.enlightenment.org/D6463
---
 data/elementary/themes/edc/notification.edc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/data/elementary/themes/edc/notification.edc 
b/data/elementary/themes/edc/notification.edc
index ae93d03ba4..63a401b1d3 100644
--- a/data/elementary/themes/edc/notification.edc
+++ b/data/elementary/themes/edc/notification.edc
@@ -11,7 +11,8 @@ group { name: "e/modules/notification/logo";
    }
 }
 
-group { name: "e/modules/notification/main";
+group { name: "notification/main";
+   alias: "e/modules/notification/main";
    images.image: "darken_square.png" COMP;
    images.image: "sym_close_light_normal.png" COMP;
    images.image: "sym_close_light_selected.png" COMP;
@@ -45,6 +46,7 @@ group { name: "e/modules/notification/main";
    }
    
    parts {
+      alias: "e.event.close" "notification.event.close";
       part { name: "base";
          description { state: "default" 0.0;
             image.normal: "darken_square.png";
@@ -128,7 +130,7 @@ group { name: "e/modules/notification/main";
             image.normal: "sym_close_light_selected.png";
          }
       }
-      part { name: "e.event.close"; type: RECT;
+      part { name: "notification.event.close"; type: RECT;
          scale: 1;
          description { state: "default" 0.0;
             rel1.relative: 1.0 0.0;

-- 


Reply via email to