sugar-toolkit-gtk3/services/presence
John (J5) Palmieri 7c342e75bf s/type(val) == type({})/isinstance(val, dict)
This needs to be changed everwhere in the code because
isinstance will match derived types where == will not
2006-10-03 14:32:29 -04:00
..
__init__.py
Activity.py
Buddy.py Ignore duplicate activity additions 2006-09-27 11:35:15 -04:00
BuddyIconCache.py Add a buddy icon cache 2006-09-25 10:56:31 -04:00
Makefile.am Add a buddy icon cache 2006-09-25 10:56:31 -04:00
org.laptop.Presence.service.in
PresenceService.py Work around bug where Avahi passes back a blank service type; and don't traceback on invalid service types 2006-09-27 16:47:23 -04:00
Service.py s/type(val) == type({})/isinstance(val, dict) 2006-10-03 14:32:29 -04:00
sugar-presence-service