Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_icons.edc 


Log Message:

Add a very simple config dialog for deleting window remembers.
This is very very basic. Someone may want to redo the icon for this...I
didn't bring my crayons :)

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- default_icons.edc   14 Apr 2007 19:00:01 -0000      1.49
+++ default_icons.edc   6 May 2008 09:30:20 -0000       1.50
@@ -105,6 +105,8 @@
    image: "e17_icon_startup_applications.png" COMP;
    image: "e17_icon_power_management.png" COMP;
    image: "e17_icon_screensaver.png" COMP;
+
+   image: "e17_icon_window_remembers.png" COMP;
 }
 
 group {
@@ -2248,6 +2250,25 @@
       }
    }
 }
+group {
+   name: "e/icons/enlightenment/window_remembers";
+   max:  64 64;
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   1.0 1.0;
+           aspect_preference: BOTH;
+           max:      64 64;
+           image {
+              normal: "e17_icon_window_remembers.png";
+           }
+        }
+      }
+   }
+}   
 
 
 



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to