Adding bug/todo
[watersofshiloah] / src / mormonchannel_gtk.py
index d6a64c9..ccc49b8 100755 (executable)
@@ -2,13 +2,13 @@
 # -*- 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
 """
@@ -65,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()