added lost windows icon specially for vrln! (=
authorcodewarrior <codewarrior>
Mon, 22 Aug 2005 12:25:24 +0000 (12:25 +0000)
committercodewarrior <codewarrior@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 22 Aug 2005 12:25:24 +0000 (12:25 +0000)
SVN revision: 16276

data/themes/default_icons.edc
data/themes/images/Makefile.am
data/themes/images/e17_icon_lost_windows.png [new file with mode: 0644]

index 90ceab0..b353b23 100644 (file)
@@ -12,6 +12,8 @@ images {
    image: "e17_icon_theme_glow_0.png" LOSSY 90;   
 
    image: "e17_icon_windows.png" LOSSY 90;
+       
+   image: "e17_icon_lost_windows.png" LOSSY 90;        
   
    image: "e17_icon_module.png" LOSSY 90;
    
@@ -284,6 +286,24 @@ images {
       }
    }
    group {
+      name: "icons/enlightenment/lost_windows";
+      max:  64 64;
+      parts {
+        part {
+           name:          "icon";
+           mouse_events:  0;
+           description {
+              state:    "default" 0.0;
+              aspect:   1.0 1.0;
+              max:      64 64;
+              image {
+                 normal: "e17_icon_lost_windows.png";
+              }
+           }
+        }
+      }
+   }
+   group {
       name: "icons/enlightenment/modules";
       max:  64 64;
       parts {
index 20b7697..e5f21ed 100644 (file)
@@ -305,5 +305,7 @@ e17_icon_reset_button_glow_0.png \
 e17_icon_run.png \
 e17_icon_theme_0.png \
 e17_icon_theme_glow_0.png \
-e17_icon_windows.png
+e17_icon_windows.png \
+e17_icon_lost_windows.png
+
 
diff --git a/data/themes/images/e17_icon_lost_windows.png b/data/themes/images/e17_icon_lost_windows.png
new file mode 100644 (file)
index 0000000..71018e7
Binary files /dev/null and b/data/themes/images/e17_icon_lost_windows.png differ