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-29 19:42:06 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-29 19:42:06 (GMT)
commitc58941ebe2db84aa149307c8c47e5863a86815a7 (patch)
tree3bee0e730056904c776c42f1aa0ab464b6f33e0d /record.py
parent73b4a7cd87be51b7791c24ee19af91280bf9b9d3 (diff)
updates to logic of isXoFull
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@916 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/record.py b/record.py
index 37c85ea..9189d6c 100755
--- a/record.py
+++ b/record.py
@@ -302,7 +302,8 @@ class Record(activity.Activity):
if (recd.meshDownloading):
return True
- if (self.m.isXoFull()):
+ self.m.updateXoFullStatus()
+ if (self.m.FULL):
return True
#this call will get the bits or request the bits if they're not available