bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=c3224899a94c00726b12f6ae2ba1284acd972373

commit c3224899a94c00726b12f6ae2ba1284acd972373
Author: Marcel Hollerbach <marcel.hollerb...@stzedn.de>
Date:   Fri Feb 21 12:04:03 2014 +0100

    Revert "Updated the Theme"
    
    This reverts commit 147ec130e1e1a5833b36856685f16d0b7de6125b.
---
 data/themes/default/default.edc | 46 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/data/themes/default/default.edc b/data/themes/default/default.edc
index 891092c..f321e18 100644
--- a/data/themes/default/default.edc
+++ b/data/themes/default/default.edc
@@ -448,6 +448,52 @@ collections {
       }
    }
 
+   group { name: "entrance/conf/login";
+      parts {
+         part { name: "base";
+            type: RECT;
+            description { state: "default" 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "entrance.conf";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 1;
+            }
+         }
+         part { name: "hover";
+            type: RECT;
+            mouse_events: 1;
+            repeat_events: 0;
+            description { state: "default" 0.0;
+               color: 0 0 0 196;
+            }
+            description { state: "hidden" 0.0;
+               visible: 0;
+            }
+         }
+         part { name: "entrance.login";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 1;
+            }
+            description { state: "hidden" 0.0;
+               visible: 0;
+            }
+         }
+      }
+      programs {
+         program { name: "conf_enabled";
+            signal: "entrance,conf_user,enabled";
+            source: "";
+            action: STATE_SET "hidden" 0.0;
+            target: "hover";
+            target: "entrance.login";
+         }
+      }
+   }
+
    group { name: "entrance/user";
       data.item: "items"  "adrielhernandez-cmyk-tux brunocb-tux-1-euro 
cisoun-tux-coup-de-soleil eliaden-tux-marin fcys14-tux-breton fcys14-tux-croco 
fcys14-tux-pompier fcys14-yoshi-tux m4r10-tux-crema mybob-calimetux 
overlord59-astro-tux overlord59-dj-tux-mix-platine overlord59-magic-tux 
overlord59-tux-pianiste touko-tux-pirate";
       parts {

-- 


Reply via email to