Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/record.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 11:29:56 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 11:29:56 (GMT)
commit422096a01fc468b335e112c979efc54ceb647718 (patch)
treee72e5cd64d1f0a91adcd656b757c69f7c29139f4 /record.py
parentab347488e4f1eef6d05fd3c01a9839f784bbc667 (diff)
round robbinin it
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@869 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/record.py b/record.py
index 2f4f06e..cb070d8 100755
--- a/record.py
+++ b/record.py
@@ -369,7 +369,7 @@ class Record(activity.Activity):
recd.meshDownloading = True
recd.meshDownlodingPercent = 0.0
self.ui.updateMeshProgress(True, recd)
- gobject.idle_add( meshReqRecFromBuddy2, recd, fromWho, fromWhosNick )
+ gobject.idle_add( self.meshReqRecFromBuddy2, recd, fromWho, fromWhosNick )
def meshReqRecFromBuddy2( self, recd, fromWho, fromWhosNick ):