Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/bin


Modified Files:
        euphoria 


Log Message:
userconfdir returns an absolute path now

===================================================================
RCS file: /cvs/e/e17/apps/euphoria/bin/euphoria,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- euphoria    29 Jul 2006 02:07:04 -0000      1.40
+++ euphoria    7 Sep 2006 13:38:26 -0000       1.41
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby -w
 
-# $Id: euphoria,v 1.40 2006/07/29 02:07:04 tilman Exp $
+# $Id: euphoria,v 1.41 2006/09/07 13:38:26 tilman Exp $
 
 require "ecore"
 require "ecore_x"
@@ -29,14 +29,13 @@
 # backwards compatibility w/ DrFeelgood and earlier
 unless Xmms.respond_to?(:userconfdir)
        def Xmms.userconfdir
-               ".xmms2"
+               File.join(File.expand_path("~"), ".xmms2")
        end
 end
 
 class Euphoria
        DATA_DIR = "/usr/local/share/euphoria"
-       DATA_DIR_PRIV = File.join(File.expand_path("~"),
-                                 Xmms.userconfdir,
+       DATA_DIR_PRIV = File.join(Xmms.userconfdir,
                                  "clients",
                                  "euphoria")
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to