Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recorded.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-06 15:58:14 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-09-06 15:58:14 (GMT)
commitb45fa28ed810029dacc8ec37b8fa365c6137109e (patch)
tree228cf6c82b73b160db39813767cb3f4a4adb1547 /recorded.py
parent36dc9c8efd959746622ede1d08bbf20f3b6f73dc (diff)
beginnings of the audio mesh working
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@445 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recorded.py')
-rw-r--r--recorded.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/recorded.py b/recorded.py
index 3e31ae7..108eefd 100644
--- a/recorded.py
+++ b/recorded.py
@@ -142,7 +142,7 @@ class Recorded:
audioPixbuf = None
if (self.audioImageFilename == None):
- audioPixbuf = sef.getThumbPixbuf()
+ audioPixbuf = self.getThumbPixbuf()
else:
audioFilepath = self.getAudioImageFilepath()
if (audioFilepath != None):