Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/p5.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-07-11 22:09:50 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-07-11 22:09:50 (GMT)
commita551372e93a9f94c1fba1f3485aa3a32b5762b98 (patch)
treedae4afe606ae1830682fe00fb32f36bb0da3d036 /p5.py
parent0d3a6892c31fca108bc15e715d42be47d60cf0fb (diff)
xv sink prep
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@186 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'p5.py')
-rwxr-xr-xp5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/p5.py b/p5.py
index ecd8328..ec64469 100755
--- a/p5.py
+++ b/p5.py
@@ -40,7 +40,7 @@ class P5(gtk.DrawingArea):
else:
self._looping = True
# this is our maybe-threaded refresh (in millisecs)
- gobject.timeout_add( self._msecUpdate, self.update )
+ gobject.timeout_add( self._msecUpdate, self.update )
def noloop(self):