sugar-toolkit-gtk3/services/presence
Simon McVittie eafd338d09 services/presence/buddy: Stop treating server, key_hash, registered as GObject properties.
They're not handled in the inherited do_set_property()/do_get_property(), so
won't work as properties, and there seems to be no need for them to be
properties at all.
This fixes the following assertion when importing buddy:

Warning: g_object_class_install_property: assertion `pspec->flags & G_PARAM_WRITABLE' failed
  type_register(cls, namespace.get('__gtype_name__'))
2007-05-25 11:34:54 +01:00
..
__init__.py
activity.py services/presence/activity: wrap long lines, remove trailing whitespace 2007-05-25 10:56:14 +01:00
buddy.py services/presence/buddy: Stop treating server, key_hash, registered as GObject properties. 2007-05-25 11:34:54 +01:00
buddyiconcache.py Really fix cache code this time; revert to previous code plus ensure directory exists 2007-04-10 15:22:28 -04:00
linklocal_plugin.py
Makefile.am services/presence/: separate test code into a separate module 2007-05-24 18:58:58 +01:00
org.laptop.Sugar.Presence.service.in
presenceservice.py services/presence/presenceservice: check against None with 'is' 2007-05-24 18:59:25 +01:00
pstest.py services/presence/: Move internal_get_activity to TestPresenceService 2007-05-24 18:59:06 +01:00
psutils.py services/presence/psutils: Re-order imports conventionally, without dbus.glib. 2007-05-25 11:30:36 +01:00
server_plugin.py services/presence/server_plugin: fix logging of join/share error 2007-05-24 18:59:32 +01:00
sugar-presence-service sugar.presence.presenceservice, services/presence: Use named loggers. 2007-05-15 14:58:15 +01:00