Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-03-01 12:30:42 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-03-01 12:30:42 (GMT)
commitbfbcedbcec988e3f5099687efe7c801bad2b89f7 (patch)
treed3457f19f0a2b0d7e4ae11419aa97a50b30b6747 /services
parent57b887df30e38da6ef116572ce87934931114aa4 (diff)
Don't use the _alias_changed_cb while we use vcard to store the alias
Diffstat (limited to 'services')
-rw-r--r--services/presence2/server_plugin.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/services/presence2/server_plugin.py b/services/presence2/server_plugin.py
index 53afeb7..65d0cdd 100644
--- a/services/presence2/server_plugin.py
+++ b/services/presence2/server_plugin.py
@@ -206,7 +206,9 @@ class ServerPlugin(gobject.GObject):
# hack
self._conn._valid_interfaces.add(CONN_INTERFACE_ALIASING)
- self._conn[CONN_INTERFACE_ALIASING].connect_to_signal('AliasesChanged', self._alias_changed_cb)
+ # FIXME: we need to use PEP to store the nick. We aren't notified when
+ # vcards are changed
+ #self._conn[CONN_INTERFACE_ALIASING].connect_to_signal('AliasesChanged', self._alias_changed_cb)
self._set_self_buddy_info()