Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recorded.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-05 16:00:04 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-05 16:00:04 (GMT)
commited4527430114869716cbdb3fca6afe83dcee105f (patch)
tree995c6b573a44c238aee46c50822c6dac605d8c8a /recorded.py
parent08df68716f868764e09c9d2155e54461f33ef11d (diff)
overhaul of the datastore serialization code
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@432 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recorded.py')
-rw-r--r--recorded.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/recorded.py b/recorded.py
index 090278b..fe1323a 100644
--- a/recorded.py
+++ b/recorded.py
@@ -56,8 +56,9 @@ class Recorded:
self.downloadedFromBuddy = False
#for flagging when you are being saved to the datastore for the first time...
- #and just because you have an id, doesn't mean you're saved
- self.saved = False
+ #and just because you have a datastore id, doesn't mean you're saved
+ self.savedMedia = False
+ self.savedXml = False