devilhorns pushed a commit to branch master.

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

commit 61b12035284a9cf9eb445e64de8655858e53c9b9
Author: Chris Michael <[email protected]>
Date:   Fri Oct 28 14:00:55 2016 -0400

    elementary_theme: Standardize cursor hotspot swallow names
    
    Signed-off-by: Chris Michael <[email protected]>
---
 data/elementary/themes/edc/elm/cursor.edc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/elementary/themes/edc/elm/cursor.edc 
b/data/elementary/themes/edc/elm/cursor.edc
index 356fe8c..fe192f9 100644
--- a/data/elementary/themes/edc/elm/cursor.edc
+++ b/data/elementary/themes/edc/elm/cursor.edc
@@ -87,7 +87,7 @@ group { name: "elm/cursor/hand1/default";
             image.normal: "pointer_hand1.png";
          }
       }
-      part { name: "elm.content.hotspot"; type: SWALLOW;
+      part { name: "elm.swallow.hotspot"; type: SWALLOW;
          description { state: "default" 0.0;
             visible: 0;
             fixed: 1 1;
@@ -103,7 +103,7 @@ group { name: "elm/cursor/hand1/default";
 
 group { name: "elm/cursor/blank/default";
    parts {
-      part { name: "elm.content.hotspot"; type: SWALLOW;
+      part { name: "elm.swallow.hotspot"; type: SWALLOW;
          description { state: "default" 0.0;
             visible: 0;
             max: 1 1;

-- 


Reply via email to