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-11-28 03:08:37 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-28 03:08:37 (GMT)
commitbee17fb62db0193293aa167f16c9183cb4184e44 (patch)
tree6b02ab678b7c04c1eee26f5f43a1754c66fcad81 /record.py
parentdd2900c4f5ce3f65b723374115a9c9d249dab2d0 (diff)
prepping for v41
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@904 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/record.py b/record.py
index 6616974..9ca8975 100755
--- a/record.py
+++ b/record.py
@@ -57,6 +57,7 @@ class Record(activity.Activity):
self.I_AM_SAVED = False
self.JUST_LAUNCHED = True
+ self.props.enable_fullscreen_mode = False
Instance(self)
Constants(self)
self.modify_bg( gtk.STATE_NORMAL, Constants.colorBlack.gColor )