Changeset 1667:ecd837316bfe
- Timestamp:
- 11/19/08 22:38:31 (7 weeks ago)
- Author:
- Ali Afshar <aafshar@…>
- Message:
-
Fixed incorrect option callback args in some places
- Location:
- pida/services
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1617
|
r1667
|
|
| 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 | |
-
|
r1636
|
r1667
|
|
| 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 | |