From 7e743918d9022d8c0badd5c36f3138efa3380c68 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 b09e6d7a9..ad18c4496 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; }