From 46159e987b8bf20f57ce1e8fca78338fc90508cf Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 13 Jul 2010 10:15:43 +0000 Subject: Pass the account path to the Activity on creation --- (limited to 'src/sugar/presence/util.py') diff --git a/src/sugar/presence/util.py b/src/sugar/presence/util.py index f00228f..30346c1 100644 --- a/src/sugar/presence/util.py +++ b/src/sugar/presence/util.py @@ -47,10 +47,8 @@ class ConnectionManager(object): def get_connection(self, account_path): return self._connections_per_account[account_path] - def get_connections(self): - return self._connections_per_account.values() - - connections = property(get_connections) + def get_connections_per_account(self): + return self._connections_per_account _connection_manager = None -- cgit v0.9.1