Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recordtube.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-25 00:11:44 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-25 00:11:44 (GMT)
commite775223cf98b3e6769050a0be64d474c2ec55d21 (patch)
tree858d368033d3dd9f25952e8237e735b67ed064d7 /recordtube.py
parentbf05876aa806191cb5c52baa28e2b6a9d82c1a07 (diff)
emit signal needs more params... again
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@725 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recordtube.py')
-rw-r--r--recordtube.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/recordtube.py b/recordtube.py
index 694fa43..3e16578 100644
--- a/recordtube.py
+++ b/recordtube.py
@@ -15,7 +15,7 @@ class RecordTube(ExportedGObject):
'filepart':
(gobject.SIGNAL_RUN_FIRST, None, [object,object,object,object,object,object,object]),
'new-recd':
- (gobject.SIGNAL_RUN_FIRST, None, [object])
+ (gobject.SIGNAL_RUN_FIRST, None, [object,object])
}