Enlightenment CVS committal Author : doursse Project : e17 Module : proto/epdf
Dir : e17/proto/epdf/src/bin Modified Files: epdf_ewl_test.c Log Message: destroy an ecore_list, not a widget =================================================================== RCS file: /cvs/e/e17/proto/epdf/src/bin/epdf_ewl_test.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- epdf_ewl_test.c 25 May 2008 13:49:17 -0000 1.14 +++ epdf_ewl_test.c 13 Jul 2008 09:24:21 -0000 1.15 @@ -150,7 +150,7 @@ pdf = ewl_pdf_new (); if (!ewl_pdf_file_set (EWL_PDF (pdf), argv[1])) { printf ("Can not load the document %s\nExiting...", argv[1]); - ecore_list_destroy (list); + ecore_list_destroy (str_data); ewl_main_quit(); return EXIT_FAILURE; } ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs