~khwalker/entertainer/config-keybindings

« back to all changes in this revision

Viewing changes to cfg/content.conf

  • Committer: joshuascotton
  • Date: 2008-03-10 14:00:21 UTC
  • Revision ID: svn-v3-trunk0:8c547e3c-8d43-0410-9a7c-c1c97bc52412:trunk:321
 * Added cd_utils.py with one function eject_cd()
 * Added [CD] section with one option display_eject_in_menu = False to content.conf
 * Added display_cd_eject_in_frontend(self) to Configuration Class
 * Eject CD option needs to be added to frontend

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
feeds = http://subtlety.errtheblog.com/O_o/2d1.xml;http://www.taimila.com/?q=rss.xml;http://theironlion.net/blog/feed/;http://www.joshuascotton.com/main/feed
22
22
fetch_interval = 15
23
23
 
 
24
[CD]
 
25
display_eject_in_menu = False
 
26