Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 22:29:08 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-02-04 22:29:08 (GMT)
commit652df4bf518976132eda1e9fc6b3b06f6ec4ff04 (patch)
tree3fb93f377591796254177c4d9ca71cd31e3128c0 /shell/main.py
parentdbe42ac6d9c0be6be47d2c7545b4997070b4621f (diff)
Remove env.get_shell_dir(), use config
Diffstat (limited to 'shell/main.py')
-rw-r--r--shell/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.py b/shell/main.py
index 350ce46..f2f1a51 100644
--- a/shell/main.py
+++ b/shell/main.py
@@ -45,7 +45,7 @@ def _start_matchbox():
cmd.extend(['-use_titlebar', 'no'])
cmd.extend(['-theme', 'sugar'])
- cmd.extend(['-kbdconfig', env.get_shell_path('kbdconfig')])
+ cmd.extend(['-kbdconfig', os.path.join(config.data_path, 'kbdconfig')])
gobject.spawn_async(cmd, flags=gobject.SPAWN_SEARCH_PATH)