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 ea33e70..f2a379d 100644
--- a/services/presence/server_plugin.py
+++ b/services/presence/server_plugin.py
@@ -134,7 +134,7 @@ class ServerPlugin(gobject.GObject):
self._set_self_alias()
if properties.has_key("color"):
- self._set_self._olpc_properties()
+ self._set_self_olpc_properties()
def _owner_icon_changed_cb(self, owner, icon):
logging.debug("Owner icon changed to size %d" % len(str(icon)))