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-02 02:05:57 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-02 02:05:57 (GMT)
commitc1464f5c02fe0d80579a3e7b09dd95696a5b0d3d (patch)
tree785b43e6a0f39a60cfeca160435fc823ac38b4e4 /record.py
parent6eb0a98efae33390dc6c0aad1aaee81cb6628fb1 (diff)
grayscale and other changes
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@841 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/record.py b/record.py
index af5bf64..1a72be8 100755
--- a/record.py
+++ b/record.py
@@ -70,10 +70,10 @@ class Record(activity.Activity):
self.connect( "shared", self._sharedCb )
#the main classes
- self.m = Model( self )
- self.glive = Glive( self )
- self.gplay = Gplay( self )
- self.ui = UI( self )
+ self.m = Model(self)
+ self.glive = Glive(self)
+ self.gplay = Gplay()
+ self.ui = UI(self)
#CSCL
if self._shared_activity: