After recent changes e17 won't compile because the initialization in
the _e_flowlayout_smart_init function didn't define a version number
as specified in the Evas_Smart_Class struct.
Attached is a fix.

Falko
--- e_flowlayout.c.org	2007-08-05 02:03:03.562562439 +0200
+++ e_flowlayout.c	2007-08-05 01:56:04.465682637 +0200
@@ -826,6 +826,7 @@
 	static const Evas_Smart_Class sc =
 	  {
 	     "e_flowlayout",
+	       1,
 	       _e_flowlayout_smart_add,
 	       _e_flowlayout_smart_del,
 	       _e_flowlayout_smart_move,
-------------------------------------------------------------------------
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to