Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-17 22:20:50 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-17 22:20:50 (GMT)
commitc3769ac662536ec5c47135b848b117984c3ab7c5 (patch)
tree072bb620afa1cb66139d53b67550709400dd0a4b /model.py
parent07cc247a3c7b571c0890bfecfcf35eeaa1069aec (diff)
working switch between activities at all stages of activities
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1014 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'model.py')
-rw-r--r--model.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/model.py b/model.py
index c9b1d5c..4e902f9 100644
--- a/model.py
+++ b/model.py
@@ -251,6 +251,7 @@ class Model:
gobject.source_remove( self.ca.ui.UPDATE_DURATION_ID )
self.ca.ui.progressWindow.updateProgress( 0, "" )
self.setUpdating( True )
+ self.setRecording( False )
self.ca.ui.TRANSCODING = True
self.ca.ui.FULLSCREEN = False
self.ca.ui.updateVideoComponents()
@@ -278,15 +279,11 @@ class Model:
record.Record.log.debug('meshShareRecd')
#hey, i just took a cool video.audio.photo! let me show you!
if (self.ca.recTube != None):
- record.Record.log.debug('meshShareRecd: we have a recTube')
recdXml = serialize.getRecdXmlMeshString(recd)
- record.Record.log.debug('meshShareRecd: created XML: ' + str(recdXml) )
self.ca.recTube.notifyBudsOfNewRecd( Instance.keyHashPrintable, recdXml )
- record.Record.log.debug('meshShareRecd: notifyBuds')
def cannotSaveVideo( self ):
- record.Record.log.debug("bad recorded video")
self.doPostSaveVideo()