Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_icons.edc 


Log Message:


nicer theme icon.

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- default_icons.edc   2 Jul 2006 12:51:57 -0000       1.11
+++ default_icons.edc   2 Jul 2006 15:05:14 -0000       1.12
@@ -8,8 +8,7 @@
    image: "e17_icon_reset_button_0.png" LOSSY 90;
    image: "e17_icon_reset_button_glow_0.png" LOSSY 90;
    
-   image: "e17_icon_theme_0.png" LOSSY 90;
-   image: "e17_icon_theme_glow_0.png" LOSSY 90;   
+   image: "e17_icon_theme.png" LOSSY 90;
 
    image: "e17_icon_windows.png" LOSSY 90;
        
@@ -249,51 +248,9 @@
            aspect:   1.0 1.0;
            max:      64 64;
            image {
-              normal: "e17_icon_theme_0.png";
+              normal: "e17_icon_theme.png";
            }
         }
-      }
-      part {
-        name:          "theme_button_glow";
-        mouse_events:  0;
-        description {
-           state:    "default" 0.0;
-           visible:   0;
-           rel1 {
-              to:       "theme_button";
-           }
-           rel2 {
-              to:       "theme_button";
-           }
-           color:       255 255 255 0;
-           image {
-              normal: "e17_icon_theme_glow_0.png";
-           }
-        }
-        description {
-           state:    "hilited" 0.0;
-           inherit:  "default"  0.0;
-           visible:   1;
-           color:     255 255 255 255;
-        }
-      }
-   }
-   programs {
-      program {         
-        name:       "theme_button_in";
-        signal:     "active";
-        source:     "";
-        action:     STATE_SET "hilited" 0.0;
-        transition: LINEAR 0.5;
-        target:     "theme_button_glow";
-      }
-      program {
-        name:       "theme_button_out";
-        signal:     "passive";
-        source:     "";
-        action:     STATE_SET "default" 0.0;
-        transition: LINEAR 0.5;
-        target:     "theme_button_glow";
       }
    }
 }   



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to