Custom Query (1750 matches)
Results (160 - 162 of 1750)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #352 | fixed | set_torrent_options method in core | andar | damoxc |
| description |
There should be a set_torrent_options method in the core instead of a separate call for each option as a client could result in having to make over 8 calls to change a torrent's options. |
|||
| #353 | fixed | core should check parameter types | andar | damoxc |
| description |
Currently the core will accept any type as a procedure parameter which can break the state by setting a config value as an incorrect type. |
|||
| #355 | fixed | ok button in preferences doesn't close the dialog | andar | danii |
| description |
Deluge r3480, Python 2.4.4 pressing the Ok button under preferences doesn't close the preferences dialog error: [DEBUG ] 02:45:19 preferences:639 on_button_ok_clicked
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 640, in on_button_ok_clicked
self.set_config()
File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 420, in set_config
import hashlib
ImportError: No module named hashlib
also the Apply button doesn't work: [DEBUG ] 02:51:01 preferences:646 on_button_apply_clicked
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 647, in on_button_apply_clicked
self.set_config()
File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/preferences.py", line 420, in set_config
import hashlib
ImportError: No module named hashlib
this is with an old config with a clean deluge fails to start (see the log) |
|||
Note: See TracQuery
for help on using queries.
