Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src Modified Files: entropy_core.c Log Message: * Make MIME plugin use a hash - speed improvement * Start of tar support (experimental, currently non-functional) * Remove some debug statements =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/entropy_core.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- entropy_core.c 26 Oct 2005 06:57:00 -0000 1.7 +++ entropy_core.c 27 Oct 2005 10:23:59 -0000 1.8 @@ -373,6 +373,12 @@ } else if (type == ENTROPY_PLUGIN_MIME) { //printf("MIME Identifier Plugin, registering with engine..\n"); entropy_plugin_mime_register(core->mime_plugins, plugin); + + /*Initializing..*/ + entropy_plugin_init = dlsym(plugin->dl_ref, "entropy_plugin_init"); + (*entropy_plugin_init)(core); + + } else if (type == ENTROPY_PLUGIN_GUI_LAYOUT) { //printf("Found a layout manager.\n"); core->layout_plugin = entropy_plugin_layout_register(plugin); @@ -927,7 +933,7 @@ /*Get the last "/", after this is the filename (or dir name, or whatever)*/ - printf("Path: '%s'\n", uri_path->files[0]->path); + /*printf("Path: '%s'\n", uri_path->files[0]->path);*/ pos = rindex(uri_path->files[0]->path, '/'); strncpy(file->filename, pos+1, strlen(uri_path->files[0]->path)); *pos = '\0'; ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs