Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/model/neighborhood.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/model/neighborhood.py')
-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 3a17ba2..90531a6 100644
--- a/src/jarabe/model/neighborhood.py
+++ b/src/jarabe/model/neighborhood.py
@@ -198,6 +198,7 @@ class _Account(gobject.GObject):
logging.debug('_Account.__got_connection_cb %r', connection_path)
if connection_path == '/':
+ # Account has no connection, wait until it has one.
return
self._prepare_connection(connection_path)
@@ -543,7 +544,6 @@ class _Account(gobject.GObject):
def enable(self):
logging.debug('_Account.enable %s', self.object_path)
self._set_enabled(True)
- #self._start_listening()
def disable(self):
logging.debug('_Account.disable %s', self.object_path)