On Thu, 2007-05-24 at 12:43 +0100, Simon McVittie wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > - --- > services/presence/server_plugin.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)
Looks good. > diff --git a/services/presence/server_plugin.py > b/services/presence/server_plugin.py > index 18b4776..20b6088 100644 > - --- a/services/presence/server_plugin.py > +++ b/services/presence/server_plugin.py > @@ -488,7 +488,7 @@ class ServerPlugin(gobject.GObject): > room_jid = activity_id + "@conference." + self._account["server"] > > self._conn[CONN_INTERFACE].RequestHandles(CONNECTION_HANDLE_TYPE_ROOM, > [room_jid], > reply_handler=lambda *args: > self._join_activity_get_channel_cb(activity_id, signal, userdata, *args), > - - error_handler=lambda *args: > self._join_error_cb(activity_id, signal, userdata, *args)) > + error_handler=lambda *args: > self._join_error_cb(activity_id, signal, userdata, 'RequestHandles([%u])' % > room_jid, *args)) > else: > self._join_activity_get_channel_cb(activity_id, signal, > userdata, [handle]) > > - -- > 1.5.2-rc3.GIT > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: OpenPGP key: http://www.pseudorandom.co.uk/2003/contact/ or pgp.net > > iD8DBQFGVXp6WSc8zVUw7HYRAkfIAJ9NMHUd1RhUmxhOS1tLdMVehPoS6wCgzTOh > GEee+3OxUF2EOu0n0LP6bf0= > =CJnX > -----END PGP SIGNATURE----- > _______________________________________________ > Sugar mailing list > [email protected] > http://mailman.laptop.org/mailman/listinfo/sugar _______________________________________________ Sugar mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/sugar
