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:07:29 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-03 11:07:29 (GMT)
commitab347488e4f1eef6d05fd3c01a9839f784bbc667 (patch)
tree69eafa46db246a8c19878cec8fb7b7cc8760640e /constants.py
parent769d52971120606cc00690badf60e0c6792eac2e (diff)
fixing round robin and ui of it
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@868 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 46723e6..824bb2a 100644
--- a/constants.py
+++ b/constants.py
@@ -263,6 +263,7 @@ class Constants:
xoff = (w-dim[0][2])/2
yoff = (h-dim[0][3])/2
ctx.translate( xoff, yoff )
+ cts.translate( -3, 0 )
pctx.show_layout(play)
img = gtk.Image()