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>2007-12-07 19:41:25 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-07 19:41:25 (GMT)
commit1172a050aef141d01d8ff6fa38b80e78d0b31275 (patch)
tree932318cc464243f4115cb06b14c6e2ff4f3ea40e /record.py
parenta5ce6a14580e85ab23fa37420d24c9223349fa86 (diff)
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/45@950 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/record.py b/record.py
index b477150..39038f9 100755
--- a/record.py
+++ b/record.py
@@ -57,7 +57,8 @@ class Record(activity.Activity):
self.I_AM_SAVED = False
self.JUST_LAUNCHED = True
-# self.props.enable_fullscreen_mode = False
+ self.props.enable_fullscreen_mode = False
+
Instance(self)
Constants(self)
self.modify_bg( gtk.STATE_NORMAL, Constants.colorBlack.gColor )