Changeset 3749
- Timestamp:
- 08/25/08 03:26:38 (3 months ago)
- Files:
-
- branches/1.0.0_RC/ChangeLog (modified) (1 diff)
- branches/1.0.0_RC/deluge/core/core.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.0_RC/ChangeLog
r3741 r3749 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: branches/1.0.0_RC/deluge/core/core.py
r3717 r3749 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"),
