Enlightenment CVS committal Author : monkeyiq Project : misc Module : gevas2
Dir : misc/gevas2/src Modified Files: gevas.c gevasobj.c Log Message: Some cleanups, new image_init call so that images actually still load with more recent evas versions. Better checking for newer evas installs which dont have old evas-config script. =================================================================== RCS file: /cvs/e/misc/gevas2/src/gevas.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- gevas.c 23 Jan 2006 05:34:18 -0000 1.17 +++ gevas.c 15 Aug 2007 05:51:16 -0000 1.18 @@ -607,6 +607,7 @@ /* printf("gevas_init() 1\n"); */ evas_init(); + evas_common_image_init(); ev->current_idle = 0; ev->evas_render_call_count = 0; =================================================================== RCS file: /cvs/e/misc/gevas2/src/gevasobj.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- gevasobj.c 22 Apr 2006 10:05:56 -0000 1.11 +++ gevasobj.c 15 Aug 2007 05:51:16 -0000 1.12 @@ -624,9 +624,9 @@ ev->ev_handlers = NULL; - /* Chain up */ - if (GTK_OBJECT_GET_CLASS(parent_class)->destroy) - (*GTK_OBJECT_GET_CLASS(parent_class)->destroy) (object); +/* /\* Chain up *\/ */ +/* if (GTK_OBJECT_GET_CLASS(parent_class)->destroy) */ +/* (*GTK_OBJECT_GET_CLASS(parent_class)->destroy) (object); */ } static void gevasobj_finalize(GObject * object) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs