Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence/server_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/presence/server_plugin.py')
-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')