Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        embrace.c 


Log Message:
use embrace_expand_path()
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/embrace.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- embrace.c   22 Apr 2004 14:22:40 -0000      1.11
+++ embrace.c   22 Apr 2004 14:53:29 -0000      1.12
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace.c,v 1.11 2004/04/22 14:22:40 tsauerbeck Exp $
+ * $Id: embrace.c,v 1.12 2004/04/22 14:53:29 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -181,8 +181,8 @@
 
        assert (e);
 
-       snprintf (path, sizeof (path), "%s/.e/apps/" PACKAGE "/plugins",
-                 getenv ("HOME"));
+       embrace_expand_path ("~/.e/apps/" PACKAGE "/plugins",
+                            path, sizeof (path));
 
        load_plugins (e, path);
        load_plugins (e, PLUGIN_DIR);




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