Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/data/themes/darkrock


Modified Files:
        darkrock.edc 


Log Message:
cleanup the Session and User groups too
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/darkrock/darkrock.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- darkrock.edc        8 Dec 2004 16:53:06 -0000       1.3
+++ darkrock.edc        8 Dec 2004 18:35:31 -0000       1.4
@@ -2017,7 +2017,7 @@
         {
             part
             {
-                name, "EntranceSessionIcon";
+                name, "entrance.xsession.icon";
                 type, RECT;
                 mouse_events, 1;
                 description
@@ -2039,7 +2039,7 @@
             }
             part
             {
-                name, "EntranceSessionTitle";
+                name, "entrance.xsession.title";
                 type, TEXT;
                 mouse_events, 1;
                 effect, SHADOW;
@@ -2051,13 +2051,13 @@
                     {
                         relative, 1.0 0.5;
                         offset, 2 -17;
-                        to, "EntranceSessionIcon";
+                        to, "entrance.xsession.icon";
                     }
                     rel2
                     {
                         relative, 1.0 0.5;
                         offset, 110 17;
-                        to, "EntranceSessionIcon";
+                        to, "entrance.xsession.icon";
                     }
                     color, 255 255 255 160;
                     color3, 0 0 0 210;
@@ -2078,14 +2078,14 @@
             {
                 name, "SessionTitleClicked";
                 signal, "mouse,clicked,1";
-                source, "EntranceSessionTitle";
+                source, "entrance.xsession.title";
                 action, SIGNAL_EMIT "entrance,xsession,selected" "";
             }
             program
             {
                 name, "SessionIconClicked";
                 signal, "mouse,clicked,1";
-                source, "EntranceSessionIcon";
+                source, "entrance.xsession.icon";
                 action, SIGNAL_EMIT "entrance,xsession,selected" "";
             }
         }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to