| commit 1667: | ecd837316bfe |
| parent 1666: | 6aa1e0155bb5 |
| branch: | default |
Fixed incorrect option callback args in some places
- View aafshar's profile
-
aafshar's public repos »
- sensibleconfig-main
- bbclient-test
- bbclient-main
- quickscript-main
- pygtkhelpers-main
- fom-main
- jinja2-nosetests
- pida-317
- pida-pypaned
- flatland-htmlwidgets
- py4store-main
- glashammer-testing
- glashammer-yconfig
- gazpacho-main
- pida-september-sprint
- braench-main
- zine-blogger-importer-plugin
- braench-ali-ext
- sanescript-main
- valapaned-main
- Yukon-CSS
- pida-main
- circuits-ali
- sanescript-argparseworkaround
- Yukon-CSS-script
- magentoimporter-main
- kij-buildtask
- wtforms-sqla
- glashammer-appliances
- flatland-view
- txurwid-main
- fom-errors
- wsgid-main
- pidsoff-main
- pygtktiling-main
- twisted-web-multiprocess-broken
- anyvc-ali-main
- gtkarchitect-main
- vellum-main
- vellum-ali-ext
- supybot-external-control
- glashammer-main
- vellumui-main
- gazpacho-gtkbuilderonly
- pida-ali-sphinxdocs
- gazpacho-bugfix
- Send message
16 months ago
Changed (Δ38 bytes):
raw changeset »
pida/services/plugins/plugins.py (1 lines added, 1 lines removed)
pida/services/window/window.py (1 lines added, 1 lines removed)
Up to file-list pida/services/plugins/plugins.py:
| … | … | @@ -392,7 +392,7 @@ class PluginsOptionsConfig(OptionsConfig |
392 |
392 |
def on_rpc_url(self, option): |
393 |
393 |
self.svc.rpc_url = option.value |
394 |
394 |
|
395 |
def on_check_for_updates(self, |
|
395 |
def on_check_for_updates(self, option): |
|
396 |
396 |
self.svc.check_for_updates(option.value) |
397 |
397 |
|
398 |
398 |
Up to file-list pida/services/window/window.py:
| … | … | @@ -240,7 +240,7 @@ class WindowOptionsConfig(OptionsConfig) |
240 |
240 |
def on_show_ui(self, option): |
241 |
241 |
self.svc.get_action(option.name).set_active(option.value) |
242 |
242 |
|
243 |
def on_color_change(self, |
|
243 |
def on_color_change(self, option): |
|
244 |
244 |
self.svc.update_colors() |
245 |
245 |
|
246 |
246 |
def on_title_change(self, *args): |
