X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=src%2Fmormonchannel_gtk.py;h=fec2469de2a92f09882040529a373b5e97b9f695;hp=74f89ed9bd33c129f42d4bffdeb76e74630238f5;hb=e713a0eebcc255c16bb8d1728368940bdac6f8d3;hpb=e4b9d028aa9583735e8252eeebe255b4a438d30c diff --git a/src/mormonchannel_gtk.py b/src/mormonchannel_gtk.py index 74f89ed..fec2469 100755 --- a/src/mormonchannel_gtk.py +++ b/src/mormonchannel_gtk.py @@ -4,13 +4,12 @@ """ @todo Restructure so there is a windows/ folder with a file per source @todo Add additional sources -@bug Fix presenter display @todo Track recent -@todo Favorites @todo Sequential playback @todo Enable Call Monitor @todo Audio seek bar @todo Persisted Pause +@todo Favorites @todo Reverse order option. Toggle between playing ascending/descending chronological order @todo Podcast integration """ @@ -53,7 +52,6 @@ class MormonChannelProgram(hildonize.get_app_class()): self._index.start() try: - if not hildonize.IS_HILDON_SUPPORTED: _moduleLogger.info("No hildonization support")