[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, master, updated. milestone3-4-g71fc58f

Joachim Breitner mail at joachim-breitner.de
Fri Sep 12 15:43:20 UTC 2008


The following commit has been merged in the master branch:
commit 660eadb4c5f4d01afac36b89076023953eaf1acf
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Sep 12 16:46:53 2008 +0200

    Also look in the current path for zhone.edj

diff --git a/src/zhone b/src/zhone
index 9dec301..5edf029 100755
--- a/src/zhone
+++ b/src/zhone
@@ -59,7 +59,7 @@ except ImportError:
 
 #----------------------------------------------------------------------------#
 
-edjepaths = "../data/themes/zhone.edj ../share/zhone.edj /usr/local/share/zhone/zhone.edj /usr/share/zhone/zhone.edj".split()
+edjepaths = "./zhone.edj ../data/themes/zhone.edj ../share/zhone.edj /usr/local/share/zhone/zhone.edj /usr/share/zhone/zhone.edj".split()
 
 for i in edjepaths:
     if os.path.exists( i ):

-- 
freesmartphone.org demo GUI



More information about the pkg-fso-commits mailing list