Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Ball <cjb@pullcord.laptop.org>2007-12-23 22:37:24 (GMT)
committer Chris Ball <cjb@pullcord.laptop.org>2007-12-23 22:37:24 (GMT)
commit5e74ed146c468d490543851de32e8b101cd072bb (patch)
treec98d69956a966d0f772fac57e12ba6925d9956fb /data
parentcba9a1ca1ac8b2e529471111418b7553890d12bc (diff)
Fix slideshow's header.
Diffstat (limited to 'data')
-rw-r--r--data/graphics/slideshow6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/graphics/slideshow b/data/graphics/slideshow
index 225c1a4..186c731 100644
--- a/data/graphics/slideshow
+++ b/data/graphics/slideshow
@@ -1,5 +1,4 @@
-# image: take a picture
-
+# slideshow: show datastore photos
import gst, pippy, pygame, sys, time
from random import *
@@ -61,4 +60,5 @@ while pippy.pygame.next_frame():
screen.fill(bgcolor)
screen.blit(newImage, newImageRect)
- pygame.display.flip() \ No newline at end of file
+ pygame.display.flip()
+