remove module.desktop.in, add module.desktop

standardize .desktop format
rename icon


SVN revision: 29071
master
rephorm 16 years ago committed by rephorm
parent 712b0f21b9
commit 4d05497c18
  1. 2
      Makefile.am
  2. 1
      configure.in
  3. 0
      e-module-mail.edj
  4. 2
      e_mod_main.c

@ -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) \

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

@ -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;

Loading…
Cancel
Save