~ubuntu-branches/ubuntu/karmic/sugar-presence-service/karmic

« back to all changes in this revision

Viewing changes to src/presenceservice.py

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2008-02-08 13:15:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080208131542-ck7vnmt74j3ph765
Tags: 0.75.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
834
834
        else:
835
835
            activity.set_properties(props)
836
836
 
 
837
    @dbus.service.method(PRESENCE_INTERFACE, in_signature="as",
 
838
            out_signature="")
 
839
    def SyncFriends(self, keys):
 
840
        if self._server_plugin is not None:
 
841
            self._server_plugin.sync_friends(keys)
837
842
 
838
843
def main(test_num=0, randomize=False):
839
844
    loop = gobject.MainLoop()