According to the Documentation on Ecore that would be the required fix
( reduce in arguments ).
however it is untested but it should work fine [unless fixed already]
--
Regards,
Alex-P. Natsios
(a.k.a Drakevr)
Index: src/e_mod_main.c
===================================================================
--- src/e_mod_main.c (revision 56382)
+++ src/e_mod_main.c (working copy)
@@ -216,7 +216,7 @@
ecore_con_url_url_set(dd->con_url, url);
- return ecore_con_url_get(dd->con_url, NULL, 0, NULL);
+ return ecore_con_url_get(dd->con_url);
}
static Eina_Bool
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel