Fix some typos

This commit is contained in:
Dan Williams
2006-06-19 21:24:24 -04:00
parent 7ba6033921
commit 5485a4f958
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ class PresenceService(gobject.GObject):
uid = activity.get_id()
if self._activity_services.has_key(uid):
services = self._activity_services[uid]
for service in services:
for (buddy, service) in services:
if service.get_type() == short_stype:
return service
return None