Lines 1-11
Link Here
|
1 |
--- main/__init__.py.orig Mon Feb 28 12:11:37 2005 |
1 |
--- main/__init__.py.orig Thu Oct 5 16:14:40 2006 |
2 |
+++ main/__init__.py Mon Feb 28 12:12:18 2005 |
2 |
+++ main/__init__.py Tue Nov 14 13:38:57 2006 |
3 |
@@ -20,7 +20,7 @@ |
3 |
@@ -7,7 +7,7 @@ |
4 |
USERHOME = os.path.join(os.environ["APPDATA"], "gDesklets") |
4 |
# gDesklets home paths |
5 |
else: |
5 |
HOME = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) |
6 |
USERHOME = os.path.join(os.path.expanduser("~"), ".gdesklets") |
6 |
USERHOME = os.path.join(os.path.expanduser("~"), ".gdesklets") |
7 |
-OLDHOME = os.path.join(HOME, os.pardir, os.pardir, "share", "gdesklets") |
7 |
-OLDHOME = os.path.join(HOME, os.pardir, os.pardir, "share", "gdesklets") |
8 |
+OLDHOME = os.path.join(HOME, os.pardir, os.pardir, "share", "gnome", "gdesklets") |
8 |
+OLDHOME = os.path.join(HOME, os.pardir, os.pardir, "share", "gnome", "gdesklets") |
9 |
|
9 |
|
10 |
|
|
|
11 |
# we need the DISPLAY variable |
10 |
# we need the DISPLAY variable |
|
|
11 |
try: |