X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=src%2Fmormonchannel_gtk.py;h=ccc49b8a59dfb8a6d4e0b72d06017f83c8401175;hp=342a043692463406649775439c81b205cfd32679;hb=4a91605b113282e7184a234267b0c6502c5160ce;hpb=4e999b041080a032be588cd26b7348bcedc7e0f3 diff --git a/src/mormonchannel_gtk.py b/src/mormonchannel_gtk.py index 342a043..ccc49b8 100755 --- a/src/mormonchannel_gtk.py +++ b/src/mormonchannel_gtk.py @@ -2,13 +2,12 @@ # -*- coding: utf-8 -*- """ -@todo Restructure so there is a windows/ folder with a file per source -@todo Add additional sources -@todo Track recent -@todo Sequential playback -@todo Audio seek bar -@todo Persisted Pause -@todo Favorites +@bug Fix segfault on closing of window while playing +@todo Add images for Magazines and Issues +@todo Need to confirm id's are persistent (not just for todos but broken behavior on transition) + @todo Track recent + @todo Persisted Pause + @todo Favorites @todo Sleep timer @todo Reverse order option. Toggle between playing ascending/descending chronological order @todo Podcast integration @@ -66,7 +65,7 @@ class MormonChannelProgram(hildonize.get_app_class()): self._osso_c = None self._deviceState = None - self._sourceSelector = windows.SourceSelector(self._player, self._store, self._index) + self._sourceSelector = windows.source.SourceSelector(self._player, self._store, self._index) self._sourceSelector.window.connect("destroy", self._on_destroy) self._sourceSelector.show() self._load_settings()