Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-29 09:40:02 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-10-29 09:40:41 (GMT)
commitbd211c3b109aab5e55b637eb7027297c4088b11f (patch)
tree7ed948b9f75deb82f686ea198a69148892cb7595 /src
parent8ca2e81ac1b8aa431af927c684dadf9d97e8586c (diff)
watch the right gconf directory
Diffstat (limited to 'src')
-rw-r--r--src/jarabe/model/neighborhood.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/model/neighborhood.py b/src/jarabe/model/neighborhood.py
index 9aba2b1..e138a77 100644
--- a/src/jarabe/model/neighborhood.py
+++ b/src/jarabe/model/neighborhood.py
@@ -99,7 +99,7 @@ class Neighborhood(gobject.GObject):
self.__conn_addded_cb(self._conn_watcher, conn)
self.gconf_client = gconf.client_get_default()
- self.gconf_client.add_dir('/desktop/sugar/user', gconf.CLIENT_PRELOAD_NONE)
+ self.gconf_client.add_dir('/desktop/sugar/collaboration', gconf.CLIENT_PRELOAD_NONE)
self.gconf_client.notify_add('/desktop/sugar/collaboration/publish_gadget',
self.__publish_gadget_changed_cb)