Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c e_zone.c 


Log Message:


1. fix korean font a bit - much nicer now. fix kochi filename to match
original, and ship copyright info with fonts :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- e_main.c    20 Mar 2005 17:31:34 -0000      1.56
+++ e_main.c    22 Mar 2005 09:09:12 -0000      1.57
@@ -249,7 +249,7 @@
    edje_frametime_set(1.0 / e_config->framerate);
    /* FIXME: this is just appending Kochi if Vera doesnt have it. We need
     * a full config support subsystem for this */
-   edje_fontset_append_set("Kochi,Bandal");
+   edje_fontset_append_set("Kochi-Gothic,Baekmuk-Dotum");
    e_canvas_recache();
    
    /* setup init status window/screen */
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_zone.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_zone.c    15 Mar 2005 10:26:05 -0000      1.27
+++ e_zone.c    22 Mar 2005 09:09:12 -0000      1.28
@@ -189,6 +189,8 @@
               return zone;
          }
      }
+   if (!con->zones)
+     return NULL;
    l = con->zones;
    return (E_Zone *)l->data;
 }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to