Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: distribution_thumbnailer.c Log Message: * Oops - this assumed plugins would be loaded in a specific order. Fixed now =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/distribution_thumbnailer.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- distribution_thumbnailer.c 2 Jan 2006 09:05:42 -0000 1.1 +++ distribution_thumbnailer.c 2 Jan 2006 22:23:04 -0000 1.2 @@ -50,10 +50,8 @@ ecore_list_goto_first(thumbnailers); while (!thumb && (plugin = ecore_list_next(thumbnailers))) { - get = dlsym(plugin->dl_ref, "entropy_thumbnailer_thumbnail_get"); thumb = (*get)(request); - } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs