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>2008-01-08 15:39:39 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-08 15:39:39 (GMT)
commit75eb370e7292c5899fdc321bc4e672014d53c5f2 (patch)
treeaa89e49b3f87c028e6220ace1c6c9886bfd2681a /record.py
parent2c50c3545e90b8c0e5e100e99f2608af180f7fed (diff)
switching media fixes much more robust
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/50@1006 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/record.py b/record.py
index 2f7bb9a..9b4c184 100755
--- a/record.py
+++ b/record.py
@@ -89,7 +89,7 @@ class Record(activity.Activity):
def read_file(self, file):
- serialize.fillMediaHash(file, self.m.mediaHashs)
+ serialize.fillMediaHash(file, self.m.mediaHashs)
def write_file(self, file):
@@ -126,9 +126,9 @@ class Record(activity.Activity):
self.gplay.stop()
self.ui.doMouseListener( False )
- if (self.m.RECORDING):
+ if (self.ui.COUNTINGDOWN or self.m.RECORDING or self.ui.TRANSCODING):
self.m.setUpdating( False )
- self.m.doShutter()
+ self.m.abandonRecording()
else:
self.glive.stop()