Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-05-08 20:28:55 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-05-08 20:28:55 (GMT)
commita67d87c2a67238796debec0143322d325f4a1631 (patch)
tree4e8735d646667828f13af8dc042c5f51efbb6ebc /services
parent0d1b2bef13d565be5db0d64fee68e9931ec9db91 (diff)
Fix server-based registration
Diffstat (limited to 'services')
-rw-r--r--services/presence/server_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/presence/server_plugin.py b/services/presence/server_plugin.py
index a6704a7..ef3b249 100644
--- a/services/presence/server_plugin.py
+++ b/services/presence/server_plugin.py
@@ -284,7 +284,7 @@ class ServerPlugin(gobject.GObject):
if self._account['register']:
# we successfully register this account
- self._owner.props.registered = True
+ self._owner.set_registered(True)
# the group of contacts who may receive your presence
publish = self._request_list_channel('publish')