Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
        startup.c 


Log Message:
Sun Feb 29 17:51:48 2004                        Michael Jennings (mej)

Disable use of ~/user.cfg as requested by Laurence J. Lane
<[EMAIL PROTECTED]>.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/startup.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- startup.c   11 Jan 2004 22:10:29 -0000      1.43
+++ startup.c   29 Feb 2004 22:46:12 -0000      1.44
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: startup.c,v 1.43 2004/01/11 22:10:29 mej Exp $";
+static const char cvs_ident[] = "$Id: startup.c,v 1.44 2004/02/29 22:46:12 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
@@ -156,7 +156,7 @@
         sprintf(tmp, "ETERM_THEME_ROOT=%s", theme_dir);
         putenv(tmp);
     }
-    if ((user_dir = conf_parse_theme(&rs_theme, (rs_config_file ? rs_config_file : 
USER_CFG), (PARSE_TRY_USER_THEME | PARSE_TRY_NO_THEME))) != NULL) {
+    if ((user_dir = conf_parse_theme(&rs_theme, (rs_config_file ? rs_config_file : 
USER_CFG), (PARSE_TRY_USER_THEME))) != NULL) {
         char *tmp;
 
         D_OPTIONS(("conf_parse_theme() returned \"%s\"\n", user_dir));




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to