Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c 


Log Message:


fix 2 icons to be nicer

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_main.c    2 Dec 2004 07:43:33 -0000       1.6
+++ e_main.c    3 Dec 2004 08:56:28 -0000       1.7
@@ -397,11 +397,14 @@
    /* FIXME: THIS is a hack to get people started!!! */
    snprintf(buf, sizeof(buf), "%s/.e/e/applications/all/eterm.eet", homedir);
    if (!e_file_exists(buf))
-     snprintf(buf, sizeof(buf), 
-             "gzip -d -c < %s/data/other/applications.tar.gz |"
-             "(cd %s/.e/e/ ; tar -xf -)", 
-             PACKAGE_DATA_DIR,
-             homedir);
+     {
+       printf("GETTING YOU STARTED!\n");
+       snprintf(buf, sizeof(buf), 
+                "gzip -d -c < %s/data/other/applications.tar.gz | "
+                "(cd %s/.e/e/ ; tar -xf -)", 
+                PACKAGE_DATA_DIR,
+                homedir);
+     }
    free(homedir);
    
    return 1;




-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to