Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : cpu

Dir     : e_modules/cpu


Modified Files:
        Makefile.am configure.in e_mod_main.c 
Added Files:
        e-module-cpu.edj module.desktop 
Removed Files:
        module.desktop.in module.edj 


Log Message:
Convert cpu module to new desktop stuff.

===================================================================
RCS file: /cvs/e/e_modules/cpu/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Makefile.am 8 Nov 2006 12:43:17 -0000       1.16
+++ Makefile.am 30 Mar 2007 21:14:54 -0000      1.17
@@ -7,15 +7,13 @@
 
 files_DATA = \
 module.desktop \
-module.edj \
+e-module-cpu.edj \
 cpu.edj
 
 EXTRA_DIST = $(files_DATA) \
 cpu.edc \
 VeraMono.ttf \
 cpu.png \
-module.desktop \
-module.edj \
 e_modules-cpu.spec
 
 # data files for the module
===================================================================
RCS file: /cvs/e/e_modules/cpu/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- configure.in        20 Sep 2006 19:02:15 -0000      1.16
+++ configure.in        30 Mar 2007 21:14:54 -0000      1.17
@@ -142,7 +142,6 @@
 
 AC_OUTPUT([
 Makefile
-module.desktop
 e_modules-cpu.spec
 ],[
 ])
===================================================================
RCS file: /cvs/e/e_modules/cpu/e_mod_main.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- e_mod_main.c        7 Feb 2007 16:50:16 -0000       1.35
+++ e_mod_main.c        30 Mar 2007 21:14:54 -0000      1.36
@@ -141,7 +141,7 @@
 
    if (!cpu_conf->module) return NULL;
    
-   snprintf(buf, sizeof(buf), "%s/module.edj", 
+   snprintf(buf, sizeof(buf), "%s/e-module-cpu.edj", 
            e_module_dir_get(cpu_conf->module));
    
    o = edje_object_add(evas);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to