Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_font_draw.c 


Log Message:
evas_common_array_hash_free --> evas_array_hash_free

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_font_draw.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- evas_font_draw.c    10 Jul 2008 18:08:18 -0000      1.36
+++ evas_font_draw.c    10 Jul 2008 18:12:45 -0000      1.37
@@ -77,7 +77,7 @@
                  evas_common_font_source_load_complete(fi->src);
                  evas_common_font_int_load_complete(fi);
 
-                 evas_common_array_hash_free(fi->src->charmap);
+                 evas_array_hash_free(fi->src->charmap);
                  fi->src->charmap = NULL;
 
                  *fi_ret = fi;



-------------------------------------------------------------------------
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

Reply via email to