remove module.desktop.in, add module.desktop

standardize .desktop format
rename icon


SVN revision: 29071
This commit is contained in:
rephorm 2007-03-25 01:35:27 +00:00 committed by rephorm
parent 712b0f21b9
commit 4d05497c18
4 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@ filesdir = $(datadir)
files_DATA = module_icon.png \
module.desktop \
module.edj \
e-module-mail.edj \
mail.edj
EXTRA_DIST = $(files_DATA) \

View File

@ -146,7 +146,6 @@ AC_SUBST(e_modules)
AC_OUTPUT([
Makefile
module.desktop
po/Makefile
e_modules-mail.spec
],[

View File

@ -191,7 +191,7 @@ _gc_icon (Evas * evas)
char buf[4096];
o = edje_object_add (evas);
snprintf (buf, sizeof (buf), "%s/module.edj",
snprintf (buf, sizeof (buf), "%s/e-module-mail.edj",
e_module_dir_get (mail_config->module));
edje_object_file_set (o, buf, "icon");
return o;