Check-in [197656d143]
Overview
| Comment: | Default background color for channel.warn() calls. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
197656d1434449017f1774099111bb76 |
| User & Date: | mario on 2017-01-05 21:20:48 |
| Other Links: | manifest | tags |
Context
|
2017-01-05
| ||
| 21:21 | Catch unset time prior queueing. Use new FeaturePlugin class. check-in: 9cff8f85d7 user: mario tags: trunk | |
| 21:20 | Default background color for channel.warn() calls. check-in: 197656d143 user: mario tags: trunk | |
| 21:20 | Set `no-show-all` for statusbar_img to remain hidden on window init. check-in: 0698d339c3 user: mario tags: trunk | |
Changes
Modified config.py from [fb139701ee] to [49554b72ad].
| ︙ | ︙ | |||
149 150 151 152 153 154 155 156 157 158 159 160 161 162 |
self.reuse_m3u = 1
self.playlist_asis = 0
self.window_title = 0
self.google_homepage = 0
self.open_mode = "r" if self.windows and PY2 else "rt"
self.pyquery = 1
self.debug = 0
# update old setting names
def migrate(self):
# 2.1.7
if self.tmp == "/tmp":
self.tmp = "/tmp/streamtuner2"
| > | 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 |
self.reuse_m3u = 1
self.playlist_asis = 0
self.window_title = 0
self.google_homepage = 0
self.open_mode = "r" if self.windows and PY2 else "rt"
self.pyquery = 1
self.debug = 0
self.status_color = "#ffeecc"
# update old setting names
def migrate(self):
# 2.1.7
if self.tmp == "/tmp":
self.tmp = "/tmp/streamtuner2"
|
| ︙ | ︙ |