summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-11-29 18:56:02 -0500
committerLouis-Francis Ratté-Boulianne <louis-francis.ratte-boulianne@collabora.co.uk>2010-12-03 13:45:05 -0500
commitefceee8d30caf075e640a48dc890eb142d530de3 (patch)
tree7612ceaf6a31de8456e9de5271c91c1cc9a25839
parent1a031c679c448f2d04282fa6bc5dc02e11666fbd (diff)
bugfix: fixed webcam event interface
-rw-r--r--papyon/event/webcam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/papyon/event/webcam.py b/papyon/event/webcam.py
index 73778a6..81e2e64 100644
--- a/papyon/event/webcam.py
+++ b/papyon/event/webcam.py
@@ -31,7 +31,7 @@ class WebcamEventInterface(BaseEventInterface):
"""Initializer
@param session: the session we want to be notified for its events
@type session: L{WebcamSession<papyon.msnp2p.webcam.WebcamSession>}"""
- BaseEventInterface.__init__(self, client)
+ BaseEventInterface.__init__(self, session)
def on_webcam_viewer_data_received(self):
"""Called when we received viewer data"""