Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-network')
-rwxr-xr-xsugar-network7
1 files changed, 3 insertions, 4 deletions
diff --git a/sugar-network b/sugar-network
index 5276eae..8f07434 100755
--- a/sugar-network
+++ b/sugar-network
@@ -362,10 +362,9 @@ toolkit.cachedir.value = client.profile_path('tmp')
Option.seek('main', [
application.debug, porcelain, post_data, post_file, json, offline,
])
-Option.seek('client', [
- client.api_url, client.layers, client.ipc_port, client.local_root,
- client.no_dbus, client.anonymous, client.accept_language,
- ])
+Option.seek('main', [toolkit.cachedir])
+Option.seek('client', client)
+Option.seek('db', db)
locale.setlocale(locale.LC_ALL, '')