|
From: Enlightenment C. <no...@cv...> - 2007-06-05 17:42:38
|
Enlightenment CVS committal
Author : devilhorns
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_int_config_mime_edit.c
Log Message:
Use the same icon for mime edit that we use in the mime list.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_mime_edit.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_int_config_mime_edit.c 3 May 2007 17:24:13 -0000 1.15
+++ e_int_config_mime_edit.c 5 Jun 2007 17:42:36 -0000 1.16
@@ -66,7 +66,7 @@
v->basic.apply_cfdata = _basic_apply;
cfd = e_config_dialog_new(con, _("File Icon"), "E",
- "_config_mime_edit_dialog", "enlightenment/e",
+ "_config_mime_edit_dialog", "enlightenment/file_icons",
0, v, cfdata);
return cfd;
}
|