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-10-25 15:57:08 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-25 15:57:08 (GMT)
commita9085455cbb4c2dc6e98191395966d5cc8b39dc6 (patch)
tree966ca120ff859571abfcc9bd3646289fcf64df1a /recorded.py
parent1da6cb7daf683ae1b4623fe67c4882682d38e62f (diff)
changes to ui code for prep for mesh download of the media files
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@733 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recorded.py')
-rw-r--r--recorded.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/recorded.py b/recorded.py
index 30f791b..134de90 100644
--- a/recorded.py
+++ b/recorded.py
@@ -105,8 +105,7 @@ class Recorded:
return self.pixbufFromString( self.datastoreOb.metadata['preview'] )
- def getThumbFilepath( self, meshReq ):
- #todo: make sure this is used everywhere
+ def getThumbFilepath( self ):
if (self.datastoreId == None):
#just taken, so it is in the tempSessionDir
#so load file, convert to pixbuf, and return it here...
@@ -172,7 +171,7 @@ class Recorded:
return None
else:
- #pulling from the datastore, regardless of who took it
+ #pulling from the datastore, regardless of who took it, cause we got it
#first, get the datastoreObject and hold the reference in this Recorded instance
if (self.datastoreOb == None):