Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/ibar Modified Files: .cvsignore Makefile.am e_mod_config.c e_mod_main.c Added Files: module.desktop.in module.edj Log Message: Converted to use .desktop file. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/ibar/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- .cvsignore 2 Dec 2004 18:41:29 -0000 1.1 +++ .cvsignore 3 Sep 2006 07:40:44 -0000 1.2 @@ -4,3 +4,4 @@ Makefile.in *.lo module.la +module.desktop =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/ibar/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- Makefile.am 1 Jun 2006 06:44:36 -0000 1.11 +++ Makefile.am 3 Sep 2006 07:40:44 -0000 1.12 @@ -4,7 +4,7 @@ # data files for the module filesdir = $(libdir)/enlightenment/modules/$(MODULE) files_DATA = \ -module.eap +module.edj module.desktop EXTRA_DIST = $(files_DATA) @@ -23,3 +23,6 @@ module_la_LIBADD = @e_libs@ @dlopen_libs@ module_la_LDFLAGS = -module -avoid-version module_la_DEPENDENCIES = $(top_builddir)/config.h + +uninstall: + rm -rf $(libdir)/enlightenment/modules/$(MODULE) =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_config.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- e_mod_config.c 14 Aug 2006 15:22:45 -0000 1.29 +++ e_mod_config.c 3 Sep 2006 07:40:44 -0000 1.30 @@ -46,7 +46,7 @@ v->advanced.apply_cfdata = NULL; v->advanced.create_widgets = NULL; - snprintf(buf, sizeof(buf), "%s/module.eap", e_module_dir_get(ibar_config->module)); + snprintf(buf, sizeof(buf), "%s/module.edj", e_module_dir_get(ibar_config->module)); /* Create The Dialog */ cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()), _("IBar Configuration"), =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v retrieving revision 1.138 retrieving revision 1.139 diff -u -3 -r1.138 -r1.139 --- e_mod_main.c 30 Aug 2006 10:06:32 -0000 1.138 +++ e_mod_main.c 3 Sep 2006 07:40:44 -0000 1.139 @@ -228,7 +228,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(ibar_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