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-02-27 22:52:02 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-02-27 22:52:02 (GMT)
commita840be0c01c7e3a7a67a854c2bc60759fe42a6e9 (patch)
tree2c72e1e34b6c9d429d975d258a5dfae7c91c72bc /services
parent81b636c8e1c21e7cb84d593b18612c466204b7ac (diff)
parente3bab8cd125466021e83221e2424e193f1a74c9a (diff)
Merge branch 'master' of git+ssh://guillaume@dev.laptop.org/git/sugar
Diffstat (limited to 'services')
-rw-r--r--services/presence2/server_plugin.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/services/presence2/server_plugin.py b/services/presence2/server_plugin.py
index 610bcc3..9216bd5 100644
--- a/services/presence2/server_plugin.py
+++ b/services/presence2/server_plugin.py
@@ -183,9 +183,6 @@ class ServerPlugin(gobject.GObject):
self._conn[CONN_INTERFACE_BUDDY_INFO].connect_to_signal('ActivitiesChanged', self._activities_changed_cb)
def _status_changed_cb(self, state, reason):
- gobject.idle_add(self._status_changed_cb2, state, reason)
-
- def _status_changed_cb2(self, state, reason):
if state == CONNECTION_STATUS_CONNECTING:
print 'connecting: %r' % reason
elif state == CONNECTION_STATUS_CONNECTED: