projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd07f40
)
Fix icon assignment for "Cleanup Windows"
author
Christopher Michael
<cpmichael1@comcast.net>
Fri, 13 Oct 2006 19:50:50 +0000
(19:50 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Fri, 13 Oct 2006 19:50:50 +0000
(19:50 +0000)
SVN revision: 26571
src/bin/e_int_menus.c
patch
|
blob
|
history
diff --git
a/src/bin/e_int_menus.c
b/src/bin/e_int_menus.c
index
bc39692
..
e3b34cc
100644
(file)
--- a/
src/bin/e_int_menus.c
+++ b/
src/bin/e_int_menus.c
@@
-896,8
+896,7
@@
_e_int_menus_clients_pre_cb(void *data, E_Menu *m)
mi = e_menu_item_new(m);
e_menu_item_label_set(mi, _("Cleanup Windows"));
- s = e_path_find(path_icons, "default.edj");
- e_menu_item_icon_edje_set(mi, s, "windows");
+ e_util_menu_item_edje_icon_set(mi, "enlightenment/windows");
if (s) evas_stringshare_del(s);
e_menu_item_callback_set(mi, _e_int_menus_clients_cleanup_cb, zone);