by the power of copy and paste, edge bindings now have an icon

ticket #484


SVN revision: 72942
This commit is contained in:
Mike Blumenkrantz 2012-06-27 12:35:38 +00:00
parent afa152690c
commit f176dd42c2
2 changed files with 2 additions and 1 deletions

View File

@ -31195,6 +31195,7 @@ collections {
ICON("preferences-system-lock-screen","icon_desklock.png",64) // *** // "enlightenment/desklock"
ICON("preferences-icon-theme","icon_icon_theme.png",64) // *** // "enlightenment/icon_theme"
ICON("preferences-transitions","icon_transitions.png",64) // *** // "enlightenment/transitions"
ICON("preferences-desktop-edge-bindings","icon_shelf_right.png",64) // *** // "enlightenment/edges"
ICON("preferences-toolbar","icon_toolbar.png",64) // *** // "enlightenment/toolbar"
ICON("preferences-profiles","icon_profiles.png",64) // *** // "enlightenment/profiles"
ICON("preferences-startup","icon_startup.png",64) // *** // "enlightenment/startup"

View File

@ -18,7 +18,7 @@ e_modapi_init(E_Module *m)
NULL, "preferences-behavior");
e_configure_registry_item_add("keyboard_and_mouse/edge_bindings", 10,
_("Edge Bindings"), NULL,
"enlightenment/edges",
"preferences-desktop-edge-bindings",
e_int_config_edgebindings);
conf_module = m;
e_module_delayed_set(m, 1);