Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Anderson <tony_anderson@usa.net>2009-09-06 13:15:12 (GMT)
committer Tony Anderson <tony_anderson@usa.net>2009-09-06 13:15:12 (GMT)
commitd9aabc0215429b83b5a1484a44c80528bae4b84d (patch)
tree25bc7f24b7cd182f6d1b402a5b0a016853752ce4
parent6364f5cdc1fb932d6f76dba94427cffeca67a381 (diff)
version 2 tweakHEADmaster
-rwxr-xr-xsmile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/smile.py b/smile.py
index 7c299d2..81a56c9 100755
--- a/smile.py
+++ b/smile.py
@@ -333,8 +333,8 @@ class SmileActivity(activity.Activity):
else:
print 'unknown extension', filepath.ext, filepath
#play smil document
- self.entry.set_text(filepath)
- print 'ready to play', self.doc
+ self.entry.set_text(filepath.name)
+ print 'ready to play', self.doc, filepath.name
self.start()
self.start_smil(BUNDLEPATH / self.doc)
print 'flush events started, calling play_cb'