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-28 23:28:47 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-28 23:28:47 (GMT)
commit9794a6182c8c99ebe45f85eb43f198df41ef5804 (patch)
treeb040f7302106e3a59b63648b95ed2315fd8696f7 /recordtube.py
parent53671e6bdf0bea26a0994cab2577ea3ed7341737 (diff)
sender=None missing in _unavail
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@768 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 17ca67a..d57d6be 100644
--- a/recordtube.py
+++ b/recordtube.py
@@ -112,7 +112,7 @@ class RecordTube(ExportedGObject):
self._logger.debug('unavailableRecd: id love to share this photo, but i am without a copy meself chum')
- def _unavailableRecdTubeCb( self, md5sumOfIt, whoDoesntHaveIt, whoAskedForIt):
+ def _unavailableRecdTubeCb( self, md5sumOfIt, whoDoesntHaveIt, whoAskedForIt, sender=None):
if sender == self.tube.get_unique_name():
self._logger.debug("_unavailableRecdTubeCb: sender is my bus name, so ignore my own signal")
return