[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, upstream-vcs, updated. 17066e277fc229c9ca06f46287cf52d5ee7ae37f

pfritz pfritz at alioth.debian.org
Sat Mar 15 18:25:15 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit 17066e277fc229c9ca06f46287cf52d5ee7ae37f
Author: pfritz <pfritz>
Date:   Thu Mar 13 09:26:24 2008 +0000

    compile again with curl

diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c
index 314d8ba..24e7d77 100644
--- a/src/lib/ecore_con/ecore_con_url.c
+++ b/src/lib/ecore_con/ecore_con_url.c
@@ -269,7 +269,7 @@ ecore_con_url_destroy(Ecore_Con_Url *url_con)
      {
 	if (url_con->active)
 	  {
-	     if (ecore_list_find(_url_con_list, _ecore_con_url_compare_cb, url_con) == url_con)
+	     if (ecore_list_find(_url_con_list, ecore_direct_compare, url_con) == url_con)
 	       ecore_list_remove(_url_con_list);
 	     url_con->active = 0;
 

-- 
Core abstraction layer for enlightenment DR 0.17



More information about the Pkg-e-commits mailing list