Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_itray.edc 


Log Message:


itray fixies - gadman needfs work. might tackle that next.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_itray.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- default_itray.edc   20 Jan 2006 04:04:12 -0000      1.1
+++ default_itray.edc   2 Feb 2006 03:53:39 -0000       1.2
@@ -1,10 +1,6 @@
 images {
    image: "e17_ibar_bg_h.png" COMP;
    image: "e17_ibar_bg_v.png" COMP;
-   image: "e17_ibar_lamp_d.png" COMP;
-   image: "e17_ibar_lamp_l.png" COMP;
-   image: "e17_ibar_lamp_r.png" COMP;
-   image: "e17_ibar_lamp_u.png" COMP;
    image: "e17_ibar_over_h.png" COMP;
    image: "e17_ibar_over_v.png" COMP;
 }
@@ -174,102 +170,3 @@
       }
    }
 }
-
-group {
-   name: "modules/itray/follower";
-   min: 56 56;
-   data {
-      //        item: "item_list", "item item2 item3";
-   }
-   parts {
-      part {
-        name:          "top";
-        mouse_events:  0;
-        description {
-           state:    "default" 0.0;
-           rel1 {
-              relative: 0.0  0.0;
-              offset:   0   -14;
-           }
-           rel2 {
-              relative: 1.0  0.0;
-              offset:   -1   26;
-           }
-           image {
-              normal: "e17_ibar_lamp_d.png";
-           }
-        }
-        description {
-           state:    "top" 0.0;
-           rel1 {
-              relative: 0.0  1.0;
-              offset:   0   -26;
-           }
-           rel2 {
-              relative: 1.0  1.0;
-              offset:   -1   14;
-           }
-           image {
-              normal: "e17_ibar_lamp_u.png";
-           }
-        }
-        description {
-           state:    "right" 0.0;
-           rel1 {
-              relative: 0.0 0.0;
-              offset:   -14 0;
-           }
-           rel2 {
-              relative: 0.0 1.0;
-              offset:   26 -1;
-           }
-           image {
-              normal: "e17_ibar_lamp_r.png";
-           }
-        }
-        description {
-           state:    "left" 0.0;
-           rel1 {
-              relative: 1.0 0.0;
-              offset:   -26  0;
-           }
-           rel2 {
-              relative: 1.0 1.0;
-              offset:   14  -1;
-           }
-           image {
-              normal: "e17_ibar_lamp_l.png";
-           }
-        }
-      }
-      program {
-        name:    "orient";
-        signal:  "set_orientation";
-        source:  "bottom";
-        action:  STATE_SET "default" 0.0;
-        target:  "top";
-      }
-      program {
-        name:    "orient2";
-        signal:  "set_orientation";
-        source:  "top";
-        action:  STATE_SET "top" 0.0;
-        target:  "top";
-      }
-      program {
-        name:    "orient3";
-        signal:  "set_orientation";
-        source:  "left";
-        action:  STATE_SET "left" 0.0;
-        target:  "top";
-      }
-      program {
-        name:    "orient4";
-        signal:  "set_orientation";
-        source:  "right";
-        action:  STATE_SET "right" 0.0;
-        target:  "top";
-      }
-   }
-}
-




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to