From 955a21d5ef7405a194f008f077e64cef5ee762dc Mon Sep 17 00:00:00 2001 From: Al Poole Date: Mon, 13 Mar 2017 12:33:38 -0400 Subject: [PATCH] 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 d5e0cec7e..5b21bfed0 100644 --- a/src/modules/xkbswitch/e_mod_config.c +++ b/src/modules/xkbswitch/e_mod_config.c @@ -1379,6 +1379,8 @@ _dlg_add_new(E_Config_Dialog_Data *cfdata) e_dialog_show(dlg); + e_dialog_border_icon_set(dlg, "preferences-desktop-keyboard"); + return dlg; }