Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-06-11 21:48:07 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-06-11 21:48:07 (GMT)
commitfb953b5e6e5c5416877884f5ef0fe2bb5a8950d6 (patch)
tree25d476db0bb1994af6f3895277f537efcac430b1
parent86311f1fd129cf7b5dfa6dc7a9001493e53afd0b (diff)
server_plugin: correct signature of contact-online
-rw-r--r--src/server_plugin.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server_plugin.py b/src/server_plugin.py
index c50b877..a21cd42 100644
--- a/src/server_plugin.py
+++ b/src/server_plugin.py
@@ -74,8 +74,7 @@ class ServerPlugin(gobject.GObject):
# contact identification (based on key ID or JID): str
# contact handle: int or long
# contact identifier (JID): str or unicode
- # dict {name: str => property: object}
- (gobject.SIGNAL_RUN_FIRST, None, [str, object, object, object]),
+ (gobject.SIGNAL_RUN_FIRST, None, [str, object, object]),
'contact-offline':
# Contact has gone offline.
# args: contact handle