Enlightenment CVS committal

Author  : xenith
Project : misc
Module  : erss

Dir     : misc/erss/src


Modified Files:
        erss.c parse_config.c 


Log Message:
eet -> edj

===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/src/erss.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- erss.c      14 Apr 2004 18:15:48 -0000      1.41
+++ erss.c      25 Mar 2005 01:16:59 -0000      1.42
@@ -185,7 +185,7 @@
        
                                printf ("  -c CONFIG \t specify a config file 
(required)\n");
                                printf ("  -l        \t list avaliable config 
files\n\n");
-                               printf ("  -t THEME  \t specify an edje theme 
file (.eet)\n");
+                               printf ("  -t THEME  \t specify an edje theme 
file (.edj)\n");
                                printf ("            \t else the default will 
be used.\n\n");
                                printf ("  -h        \t display this help and 
exit\n");
                                printf ("  -v        \t display %s 
version\n\n", PACKAGE);
@@ -203,7 +203,7 @@
 
        if (!got_theme_file) {
                if (!got_rc_file) 
-                       theme = strdup (PACKAGE_DATA_DIR"/default.eet");
+                       theme = strdup (PACKAGE_DATA_DIR"/default.edj");
                else
                        theme = strdup (rc->theme);
        }
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/src/parse_config.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- parse_config.c      14 Apr 2004 18:15:48 -0000      1.8
+++ parse_config.c      25 Mar 2005 01:16:59 -0000      1.9
@@ -72,7 +72,7 @@
         * Set sane defaults for unspecified config options.
         */
        if (!rc->theme)
-               rc->theme = strdup(PACKAGE_DATA_DIR "/default.eet");
+               rc->theme = strdup(PACKAGE_DATA_DIR "/default.edj");
        if (!rc->config)
                rc->config = strdup(PACKAGE_DATA_DIR "/config/slashdot.cfg");
 




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