Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/bin


Modified Files:
        euphoria 


Log Message:
cfg/misc path changed from ~/.e/apps/euphoria to ~/.xmms2/clients/euphoria
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/bin/euphoria,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- euphoria    28 Apr 2005 08:17:45 -0000      1.10
+++ euphoria    28 Apr 2005 10:50:18 -0000      1.11
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby -w
 
-# $Id: euphoria,v 1.10 2005/04/28 08:17:45 tsauerbeck Exp $
+# $Id: euphoria,v 1.11 2005/04/28 10:50:18 tsauerbeck Exp $
 
 require "ecore"
 require "ecore_x"
@@ -289,7 +289,7 @@
        end
 
        def find_theme(name)
-               dirs = [File.expand_path("~/.e/apps/euphoria"), DATA_DIR]
+               dirs = [File.expand_path("~/.xmms2/clients/euphoria"), DATA_DIR]
                dirs.each do |dir|
                        tmp = File.join(dir, "/themes/#{name}.edj")
                        return tmp if File.exist?(tmp)




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to