Check-in [9ed03bc901]
Overview
| Comment: | Use plain module_list() for config_dialog.add_plugins() instead of traversing main.channels and main.features separately. Uses module= lookup with hardwired "channels." and ".py" retrieval. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
9ed03bc901cc43b81c02cf8363afec56 |
| User & Date: | mario on 2015-04-04 01:50:03 |
| Other Links: | manifest | tags |
Context
|
2015-04-04
| ||
| 01:50 | Document fossil repo specific URLs (changelog/, cat/, trunk, version, zip/, tar/). check-in: c39a33b3da user: mario tags: trunk | |
| 01:50 | Use plain module_list() for config_dialog.add_plugins() instead of traversing main.channels and main.features separately. Uses module= lookup with hardwired "channels." and ".py" retrieval. check-in: 9ed03bc901 user: mario tags: trunk | |
| 01:48 | Catch HTTP errors for reload_categories(). Provide a descriptive .placeholder[] and .empty_stub[] stream list for channels reloading. check-in: 9d6c4e81f8 user: mario tags: trunk | |
Changes
Modified channels/configwin.py from [b3b5b37bef] to [af833a9f7e].
| ︙ | |||
104 105 106 107 108 109 110 | 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | - - - - - - - - + + + + + + + + - + |
else:
return gtk.STOCK_CANCEL
# iterate over channel and feature plugins
def add_plugins(self):
|
| ︙ |