Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gplay.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-23 22:38:41 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-23 22:38:41 (GMT)
commitf2e1942b4dddac595b09cc508b2ec1809ea9686a (patch)
tree5cd063d4da12a360466f5138416c038e7f340af3 /gplay.py
parent10cc2ef37562e3e045f045772d4775f8ed3bdfcb (diff)
at end of playing vid, allow for replay!
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@686 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'gplay.py')
-rw-r--r--gplay.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gplay.py b/gplay.py
index 593e1b1..1089fce 100644
--- a/gplay.py
+++ b/gplay.py
@@ -80,8 +80,8 @@ class Gplay:
self.getPlayer().set_property('uri', location)
if (location[len(location):] == "jpg"):
self.pause()
- else:
- self.play()
+# else:
+# self.play()
def queryPosition(self):