Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-04-28 04:29:13 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-04-28 04:29:13 (GMT)
commit32b3af2dcf4b5ce855c07b3056e8c52e740dcc44 (patch)
tree04b24493228807cf9e9d81ccef34a31a5f48c7b4
parent75828e51e82ba1d19a74984b124977f1e249b308 (diff)
Bump v63v63
-rw-r--r--NEWS5
-rw-r--r--activity/activity.info2
-rw-r--r--model.py1
3 files changed, 6 insertions, 2 deletions
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()