From 32b3af2dcf4b5ce855c07b3056e8c52e740dcc44 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Tue, 28 Apr 2009 04:29:13 +0000 Subject: Bump v63 --- diff --git a/NEWS b/NEWS index 366806a..4b5db4f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +63 + +* Change only volumes for "Capture" channels and let user change others +* Record controls only appear on second launch #762 + 62 * Select quality for enconding video diff --git a/activity/activity.info b/activity/activity.info index 8c7a00e..ad7ad8b 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -3,7 +3,7 @@ name = Record bundle_id = org.laptop.RecordActivity exec = Record.sh icon = activity-record -activity_version = 62 +activity_version = 63 show_launcher = yes license = MIT update_url = http://activities.sugarlabs.org/en-US/sugar/addon/4081 diff --git a/model.py b/model.py index 44ae2d3..2126dc4 100644 --- a/model.py +++ b/model.py @@ -188,7 +188,6 @@ class Model: 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() -- cgit v0.9.1