Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : tclock

Dir     : e_modules/tclock


Modified Files:
        .cvsignore Makefile.am configure.in e_mod_config.c 
        e_mod_main.c 
Added Files:
        module.desktop.in module.edj 
Removed Files:
        module.eap 


Log Message:
.desktopification.

===================================================================
RCS file: /cvs/e/e_modules/tclock/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- .cvsignore  15 Aug 2006 02:48:26 -0000      1.4
+++ .cvsignore  17 Sep 2006 16:46:53 -0000      1.5
@@ -19,6 +19,7 @@
 stamp-h1
 *.lo
 *.la
-*.edj
+tclock.edj
 *.spec
 *.tar.gz
+module.desktop
===================================================================
RCS file: /cvs/e/e_modules/tclock/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- Makefile.am 2 Sep 2006 12:44:53 -0000       1.11
+++ Makefile.am 17 Sep 2006 16:46:53 -0000      1.12
@@ -9,7 +9,8 @@
 
 filesdir = $(datadir)
 files_DATA = module_icon.png \
-            module.eap \
+            module.desktop \
+            module.edj \
             tclock.edj
 
 EXTRA_DIST = $(files_DATA) \
@@ -38,6 +39,6 @@
        $(EDJE_CC) $(EDJE_FLAGS) $< $@
 
 clean-local:
-        rm -rf *.edj *~
+        rm -rf tclock.edj *~
 uninstall:
        rm -rf $(datadir)
===================================================================
RCS file: /cvs/e/e_modules/tclock/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- configure.in        25 Jul 2006 13:34:43 -0000      1.19
+++ configure.in        17 Sep 2006 16:46:53 -0000      1.20
@@ -97,6 +97,7 @@
 AC_OUTPUT([
 Makefile
 e_modules-tclock.spec
+module.desktop
 po/Makefile
 ],[
 ])
===================================================================
RCS file: /cvs/e/e_modules/tclock/e_mod_config.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- e_mod_config.c      14 Aug 2006 21:16:08 -0000      1.26
+++ e_mod_config.c      17 Sep 2006 16:46:53 -0000      1.27
@@ -35,7 +35,7 @@
   v->basic.apply_cfdata = _basic_apply_data;
   v->basic.create_widgets = _basic_create_widgets;
 
-  snprintf (buf, sizeof (buf), "%s/module.eap",
+  snprintf (buf, sizeof (buf), "%s/module.edj",
            e_module_dir_get (tclock_config->module));
   con = e_container_current_get (e_manager_current_get ());
   cfd = e_config_dialog_new (con, D_ ("Tclock Configuration"), "TClock", 
"_e_modules_tclock_config_dialog", buf, 0, v, ci);
===================================================================
RCS file: /cvs/e/e_modules/tclock/e_mod_main.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- e_mod_main.c        9 Aug 2006 07:47:28 -0000       1.41
+++ e_mod_main.c        17 Sep 2006 16:46:53 -0000      1.42
@@ -130,7 +130,7 @@
   char buf[4096];
 
   o = edje_object_add (evas);
-  snprintf (buf, sizeof (buf), "%s/module.eap",
+  snprintf (buf, sizeof (buf), "%s/module.edj",
            e_module_dir_get (tclock_config->module));
   edje_object_file_set (o, buf, "icon");
   return o;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to