Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src Modified Files: entropy_core.c Log Message: * Fix for metadata plugins =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/entropy_core.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- entropy_core.c 2 Apr 2006 05:47:38 -0000 1.71 +++ entropy_core.c 2 Apr 2006 12:18:21 -0000 1.72 @@ -680,7 +680,7 @@ entropy_gui_component_instance* instance; /*Initializing..*/ - entropy_plugin_init = dlsym(plugin->dl_ref, "entropy_plugin_init"); + entropy_plugin_init = dlsym(plugin->dl_ref, "entropy_plugin_gui_instance_new"); instance = (*entropy_plugin_init)(core); instance->plugin = plugin; @@ -937,7 +937,7 @@ if (!el) { /*No-one cares about this event - perhaps we shouldn't exit here. The caller may still want it to run*/ - printf("entropy_core: Nobody registered to receive this event\n"); + printf("entropy_core: Nobody registered to receive this event (%s)\n", event->event_type); entropy_free(event); return; } ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs