Fixing an issue with the Maemo 4.1 player
authorepage <eopage@byu.net>
Sat, 8 May 2010 21:45:51 +0000 (21:45 +0000)
committerepage <eopage@byu.net>
Sat, 8 May 2010 21:45:51 +0000 (21:45 +0000)
git-svn-id: file:///svnroot/nqaap/trunk@25 00ff6f12-f5ab-46b1-af0e-967c86d3154f

src/opt/Nqa-Audiobook-player/Player.py

index cbd900f..daa29fb 100644 (file)
@@ -18,7 +18,7 @@ class Player(object):
         self.storage = FileStorage.FileStorage(path = constants._data_path_)
         if hildonize.IS_HILDON_SUPPORTED and not hildonize.IS_FREMANTLE_SUPPORTED:
             import SimpleOSSOPlayer as _SimplePlayer
-            SimpleGStreamer = _SimplePlayer # silence PyFlakes
+            SimplePlayer = _SimplePlayer # silence PyFlakes
         else:
             import SimpleGStreamer as SimplePlayer
         self.player = SimplePlayer.SimplePlayer(self.next_chapter)