From f176dd42c2923434fd0b5f3632020be941e6ea5d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 27 Jun 2012 12:35:38 +0000 Subject: [PATCH] by the power of copy and paste, edge bindings now have an icon ticket #484 SVN revision: 72942 --- data/themes/default.edc | 1 + src/modules/conf_edgebindings/e_mod_main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 1391954ce..124410669 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -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" diff --git a/src/modules/conf_edgebindings/e_mod_main.c b/src/modules/conf_edgebindings/e_mod_main.c index 71e240da0..f4eeda76c 100644 --- a/src/modules/conf_edgebindings/e_mod_main.c +++ b/src/modules/conf_edgebindings/e_mod_main.c @@ -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);