discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=955a21d5ef7405a194f008f077e64cef5ee762dc

commit 955a21d5ef7405a194f008f077e64cef5ee762dc
Author: Al Poole <nets...@gmail.com>
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 d5e0cec..5b21bfe 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;
 }
 

-- 


Reply via email to