Changeset b1dbca
- Timestamp:
- 08/25/2008 03:26:38 AM (16 years ago)
- Children:
- edb600
- Parents:
- 7bde1e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r7bde1e rb1dbca 4 4 5 5 Plugins: 6 * Fix bug in Blocklist that prevented downloading ofnew file every X days6 * Fix bug in Blocklist that prevented downloading a new file every X days 7 7 8 8 GtkUI: -
deluge/core/core.py
r7bde1e rb1dbca 68 68 "listen_ports": [6881, 6891], 69 69 "copy_torrent_file": False, 70 "torrentfiles_location": os.path.join(deluge.common.get_default_download_dir(), "torrentfiles"),70 "torrentfiles_location": deluge.common.get_default_download_dir(), 71 71 "plugins_location": os.path.join(deluge.configmanager.get_config_dir(), "plugins"), 72 72 "state_location": os.path.join(deluge.configmanager.get_config_dir(), "state"),
Note:
See TracChangeset
for help on using the changeset viewer.