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-10-31 09:30:38 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-31 09:30:38 (GMT)
commit6e20a3af2331fc524f356c981e308dd1373af112 (patch)
tree22ae826c096e2025927e93c78b7a13426a43e6bc /recorded.py
parentc7ac6a047894c5afd4df69c7a10efc26d7d34c14 (diff)
slight refactoring for clarity
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@784 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recorded.py')
-rw-r--r--recorded.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/recorded.py b/recorded.py
index 51eb8f1..48a670c 100644
--- a/recorded.py
+++ b/recorded.py
@@ -203,13 +203,4 @@ class Recorded:
print("RecordActivity error -- unable to get datastore object in getMediaFilepath")
return None
- return self.datastoreOb.file_path
-
-
- def pixbufFromString( self, str ):
- pbl = gtk.gdk.PixbufLoader()
- import base64
- data = base64.b64decode( str )
- pbl.write(data)
- pbl.close()
- return pbl.get_pixbuf() \ No newline at end of file
+ return self.datastoreOb.file_path \ No newline at end of file