From: Christopher Michael Date: Wed, 1 Nov 2006 14:08:58 +0000 (+0000) Subject: Give app editor a matching icon for editing applications. X-Git-Tag: submit/efl/20131021.015651~12386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=200f299b0a6145c5b0532fbc9ec76ccee6e10901;p=platform%2Fupstream%2Fenlightenment.git Give app editor a matching icon for editing applications. SVN revision: 26898 --- diff --git a/src/bin/e_eap_editor.c b/src/bin/e_eap_editor.c index 64ad61d..a2e1c5e 100644 --- a/src/bin/e_eap_editor.c +++ b/src/bin/e_eap_editor.c @@ -86,7 +86,8 @@ e_eap_edit_show(E_Container *con, E_App *a) editor->cfd = e_config_dialog_new(con, _("Application Editor"), "E", "_eap_editor_dialog", - NULL, 0, v, editor); + "enlightenment/applications", 0, + v, editor); return editor; }