From 32a92a8c11631c0b5117fcbaa2c2b73ded11a8b3 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 23 Feb 2007 14:15:49 -0500 Subject: [PATCH] Clarify comment --- services/presence2/presenceservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/presence2/presenceservice.py b/services/presence2/presenceservice.py index 49821cfa..49a4dc6f 100644 --- a/services/presence2/presenceservice.py +++ b/services/presence2/presenceservice.py @@ -75,7 +75,7 @@ class PresenceService(dbus.service.Object): def _connect_to_server(self): protocol = 'jabber' account = { - 'account': 'olpc@collabora.co.uk', + 'account': 'blah@collabora.co.uk', 'password': 'learn', 'server': 'light.bluelinux.co.uk' }