discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=7e743918d9022d8c0badd5c36f3138efa3380c68
commit 7e743918d9022d8c0badd5c36f3138efa3380c68 Author: Al Poole <[email protected]> Date: Mon Mar 13 12:33:38 2017 -0400 E keyboard settings - use the same icon as the keyboard settings dialog Reviewers: zmike! Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D4716 --- src/modules/xkbswitch/e_mod_config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/xkbswitch/e_mod_config.c b/src/modules/xkbswitch/e_mod_config.c index b09e6d7..ad18c44 100644 --- a/src/modules/xkbswitch/e_mod_config.c +++ b/src/modules/xkbswitch/e_mod_config.c @@ -594,6 +594,8 @@ _dlg_add_new(E_Config_Dialog_Data *cfdata) e_dialog_show(dlg); + e_dialog_border_icon_set(dlg, "preferences-desktop-keyboard"); + return dlg; } --
