Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 11:29:56 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 11:29:56 (GMT)
commit422096a01fc468b335e112c979efc54ceb647718 (patch)
treee72e5cd64d1f0a91adcd656b757c69f7c29139f4 /constants.py
parentab347488e4f1eef6d05fd3c01a9839f784bbc667 (diff)
round robbinin it
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@869 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 824bb2a..e41f316 100644
--- a/constants.py
+++ b/constants.py
@@ -263,7 +263,7 @@ class Constants:
xoff = (w-dim[0][2])/2
yoff = (h-dim[0][3])/2
ctx.translate( xoff, yoff )
- cts.translate( -3, 0 )
+ ctx.translate( -3, 0 )
pctx.show_layout(play)
img = gtk.Image()