Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        embrace.c 


Log Message:
font path fixes
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/embrace.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- embrace.c   1 Mar 2004 20:02:58 -0000       1.1
+++ embrace.c   13 Mar 2004 10:59:38 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace.c,v 1.1 2004/03/01 20:02:58 tsauerbeck Exp $
+ * $Id: embrace.c,v 1.2 2004/03/13 10:59:38 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -406,7 +406,7 @@
 
        embrace_expand_path ("~/.fonts", path, sizeof (path));
        evas_font_path_append (e->gui.evas, path);
-       evas_font_path_append (e->gui.evas, "/usr/share/fonts/truetype");
+       evas_font_path_append (e->gui.evas, "/usr/share/fonts");
        evas_font_path_append (e->gui.evas, "/usr/X11R6/lib/X11/fonts");
 
        if (!ui_load_dragger (e))




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to