From fb953b5e6e5c5416877884f5ef0fe2bb5a8950d6 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 11 Jun 2007 21:48:07 +0000 Subject: server_plugin: correct signature of contact-online --- 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 -- cgit v0.9.1