teberle / pida

No description has been added.

Clone this repository (size: 3.3 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/teberle/pida/

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, client, id, entry, option):
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, client, id, entry, option):
243
    def on_color_change(self, option):
244
244
        self.svc.update_colors()
245
245
246
246
    def on_title_change(self, *args):