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-30 21:57:02 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-30 21:57:02 (GMT)
commit1358f52a6464a324ba2920fc04d97490cde3f16c (patch)
tree0e69163afce34c873c534bf93a354204887d539c /record.py
parent41e32cf2dee2a2c23897553cadb0d8f6ac7aa264 (diff)
trying to find Erikos bug
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@923 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/record.py b/record.py
index 9189d6c..275af5d 100755
--- a/record.py
+++ b/record.py
@@ -57,7 +57,7 @@ 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 )
@@ -91,7 +91,7 @@ class Record(activity.Activity):
def read_file(self, file):
- serialize.fillMediaHash(file, self.m.mediaHashs)
+ serialize.fillMediaHash(file, self.m.mediaHashs)
def write_file(self, file):