I don't believe this change was correct.  It no longer builds and 
installs. Remove this module and do a fresh checkout, then build.

I wonder if just modifying the module.desktop.in (adding 'Type=Link'), 
in the first place would have implemented the fix you were looking for?

On 04/28/2007 07:31, Enlightenment CVS wrote:
> Enlightenment CVS committal
> 
> Author  : urandom
> Project : e_modules
> Module  : deskshow
> 
> Dir     : e_modules/deskshow
> 
> 
> Modified Files:
>       Makefile.am configure.in e_mod_main.c 
> Removed Files:
>       module.desktop.in module.edj 
> 
> 
> Log Message:
> make the module and it's icon visible in the modules dialog again
> 
> ===================================================================
> RCS file: /cvs/e/e_modules/deskshow/Makefile.am,v
> retrieving revision 1.17
> retrieving revision 1.18
> diff -u -3 -r1.17 -r1.18
> --- Makefile.am       9 Nov 2006 05:45:47 -0000       1.17
> +++ Makefile.am       28 Apr 2007 12:31:17 -0000      1.18
> @@ -10,7 +10,7 @@
>  
>  files_DATA = module_icon.png \
>                       module.desktop \
> -                     module.edj \
> +                     e-module-deskshow.edj \
>                       deskshow.edj
>  
>  EXTRA_DIST = $(files_DATA) \
> ===================================================================
> RCS file: /cvs/e/e_modules/deskshow/configure.in,v
> retrieving revision 1.7
> retrieving revision 1.8
> diff -u -3 -r1.7 -r1.8
> --- configure.in      25 Apr 2007 09:11:15 -0000      1.7
> +++ configure.in      28 Apr 2007 12:31:17 -0000      1.8
> @@ -117,7 +117,6 @@
>  
>  AC_OUTPUT([
>  Makefile
> -module.desktop
>  e_modules-deskshow.spec
>  ],[
>  ])
> ===================================================================
> RCS file: /cvs/e/e_modules/deskshow/e_mod_main.c,v
> retrieving revision 1.18
> retrieving revision 1.19
> diff -u -3 -r1.18 -r1.19
> --- e_mod_main.c      31 Dec 2006 12:27:00 -0000      1.18
> +++ e_mod_main.c      28 Apr 2007 12:31:17 -0000      1.19
> @@ -111,7 +111,7 @@
>    char buf[4096];
>  
>    o = edje_object_add (evas);
> -  snprintf (buf, sizeof (buf), "%s/module.edj",
> +  snprintf (buf, sizeof (buf), "%s/e-module-deskshow.edj",
>           e_module_dir_get (desk_module));
>    edje_object_file_set (o, buf, "icon");
>    return o;
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> enlightenment-cvs mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
> 
> 


-- 
Regards,
Ravenlock

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to