Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/client/routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/client/routes.py')
-rw-r--r--sugar_network/client/routes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sugar_network/client/routes.py b/sugar_network/client/routes.py
index b4680c0..e43eea5 100644
--- a/sugar_network/client/routes.py
+++ b/sugar_network/client/routes.py
@@ -552,7 +552,6 @@ class _Auth(http.SugarAuth):
import gconf
conf = gconf.client_get_default()
self._profile['name'] = conf.get_string('/desktop/sugar/user/nick')
- self._profile['color'] = conf.get_string('/desktop/sugar/user/color')
return http.SugarAuth.profile(self)
def __call__(self, nonce):