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-07 16:29:53 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-06-07 16:29:53 (GMT)
commitb8146d899d82feb762b2b2f4daad5494bb0d028c (patch)
treea7b6054f257ff4d9f306a00a3891653acbde2705
parentab02ebfa7f5de90b5f1c3b99aa80da8daa968e7d (diff)
server_plugin: Emit activity-invitation with correct arguments
-rw-r--r--src/server_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server_plugin.py b/src/server_plugin.py
index 4c47683..954551d 100644
--- a/src/server_plugin.py
+++ b/src/server_plugin.py
@@ -1019,7 +1019,7 @@ class ServerPlugin(gobject.GObject):
if local_pending:
for act_id, act_handle in self._activities.iteritems():
if handle == act_handle:
- self.emit('activity-invitation', act_id)
+ self.emit('activity-invitation', act_id, handle)
def got_all_members_err(e):
logger.debug('Unable to get channel members for %s:',
object_path, exc_info=1)