From eb721d698ed2c629f5e203fd8af967874d3b0ee9 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 8 Jan 2007 05:31:37 +0000 Subject: [PATCH] Added seperate icon for the desklock menu_item that matches the other System icons better. SVN revision: 27867 --- data/themes/default_icons.edc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/data/themes/default_icons.edc b/data/themes/default_icons.edc index 61e3e1476..0be6c45f6 100644 --- a/data/themes/default_icons.edc +++ b/data/themes/default_icons.edc @@ -98,6 +98,7 @@ images { image: "e17_icon_extensions.png" COMP; image: "e17_icon_imc.png" COMP; image: "e17_icon_file_icons.png" COMP; + image: "e17_icon_desklock_menu.png" COMP; } group { @@ -884,6 +885,26 @@ group { } } } +group { + name: "e/icons/enlightenment/desklock_menu"; + 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_desklock_menu.png"; + } + } + } + } +} + group { name: "e/icons/enlightenment/regenerate_menus"; max: 64 64;