Fixing issue with back button
[watersofshiloah] / src / mormonchannel_gtk.py
index 41f3b3b..9320663 100755 (executable)
@@ -3,7 +3,7 @@
 
 """
 @todo Re-use windows for better performance
-@bug For some reason, the back/close button doesn't work when I nest multiple levels
+@todo Make radio program updates only happen when the app has focus to reduce CPU wakes
 @todo Need to confirm id's are persistent (not just for todos but broken behavior on transition)
        @todo Track recent
        @todo Persisted Pause
@@ -11,6 +11,7 @@
 @todo Sleep timer
 @todo Reverse order option.  Toggle between playing ascending/descending chronological order
 @todo Podcast integration
+       @todo Default with BYU Devotionals, http://speeches.byu.edu/?act=help&page=podcast
 """
 
 from __future__ import with_statement