From 5b8847a9c09a9b4972550c357d54bd4cf7198969 Mon Sep 17 00:00:00 2001 From: epage Date: Sat, 8 May 2010 21:45:51 +0000 Subject: [PATCH] Fixing an issue with the Maemo 4.1 player git-svn-id: file:///svnroot/nqaap/trunk@25 00ff6f12-f5ab-46b1-af0e-967c86d3154f --- src/opt/Nqa-Audiobook-player/Player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opt/Nqa-Audiobook-player/Player.py b/src/opt/Nqa-Audiobook-player/Player.py index cbd900f..daa29fb 100644 --- a/src/opt/Nqa-Audiobook-player/Player.py +++ b/src/opt/Nqa-Audiobook-player/Player.py @@ -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) -- 1.7.9.5