Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_font_dir.c evas_object_text.c 


Log Message:


and name the fn better

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_font_dir.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_font_dir.c     8 Jan 2005 10:02:17 -0000       1.1
+++ evas_font_dir.c     8 Jan 2005 10:39:09 -0000       1.2
@@ -30,7 +30,7 @@
 }
 
 char *
-object_text_font_cache_find(char *dir, char *font)
+evas_font_dir_cache_find(char *dir, char *font)
 {
    Evas_Font_Dir *fd;
    
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_text.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- evas_object_text.c  8 Jan 2005 10:02:18 -0000       1.31
+++ evas_object_text.c  8 Jan 2005 10:39:09 -0000       1.32
@@ -218,7 +218,7 @@
               {
                  char *f_file;
                  
-                 f_file = object_text_font_cache_find(l->data, (char *)font);
+                 f_file = evas_font_dir_cache_find(l->data, (char *)font);
                  if (f_file)
                    {
                       o->engine_data = 
obj->layer->evas->engine.func->font_load(obj->layer->evas->engine.data.output,




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to