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-28 05:36:59 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-28 05:36:59 (GMT)
commit35d4c80117b56432d332c69839beb626357d7172 (patch)
tree97b339d11b746f719250075b1e8a60b2fe13c7e7 /record.py
parent021f207b96a696987ef82629b685e7aa5354b4cc (diff)
more updates for limiting photos
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@910 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/record.py b/record.py
index 9ca8975..37c85ea 100755
--- a/record.py
+++ b/record.py
@@ -302,6 +302,9 @@ class Record(activity.Activity):
if (recd.meshDownloading):
return True
+ if (self.m.isXoFull()):
+ return True
+
#this call will get the bits or request the bits if they're not available
if (recd.buddy and (not recd.downloadedFromBuddy)):
self.meshInitRoundRobin(recd)