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 12:53:01 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 12:53:01 (GMT)
commitea9ecab1edf655ea42eca29e8898e813eabf490b (patch)
treec85f6c745f81a92973cc65e9401c09e014b41ad3 /record.py
parent05007edd9440e99d016091556a880a0f8779e5e5 (diff)
one last fix to allow re-tries
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@871 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/record.py b/record.py
index d973560..8c80284 100755
--- a/record.py
+++ b/record.py
@@ -355,6 +355,7 @@ class Record(activity.Activity):
self.meshReqRecFromBuddy(recd, goodBud, goodNick)
else:
self.__class__.log.debug('weve tried all buddies here, and no one has this recd')
+ recd.meshDownloading = False
recd.triedMeshBuddies = []
recd.triedMeshBuddies.append(Instance.keyHashPrintable)
self.ui.updateMeshProgress(False, recd)