Diff
Differences From Artifact [6f5292e90f]:
- File config.py — part of check-in [4a3b5153d8] at 2015-05-24 16:59:12 on branch trunk — Add missing quotes for streamripper default option. (user: mario, size: 11993) [annotate] [blame] [check-ins using]
To Artifact [2962c58373]:
- File config.py — part of check-in [b9a667bbe7] at 2015-05-26 00:43:24 on branch trunk — Disable window tilte updating per default again. (user: mario, size: 11993) [annotate] [blame] [check-ins using]
139 140 141 142 143 144 145 | 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | - + | self.load_favicon = 1 self.heuristic_bookmark_update = 0 self.retain_deleted = 0 self.auto_save_appstate = 1 self.auto_save_stations = 0 self.reuse_m3u = 1 self.playlist_asis = 0 |