Changeset 3749

Show
Ignore:
Timestamp:
08/25/08 03:26:38 (3 months ago)
Author:
andar
Message:

Change default 'torrentfiles_location' to just the default download
directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.0_RC/ChangeLog

    r3741 r3749  
    44  
    55 Plugins: 
    6   * Fix bug in Blocklist that prevented downloading of new file every X days 
     6  * Fix bug in Blocklist that prevented downloading a new file every X days 
    77   
    88 GtkUI: 
  • branches/1.0.0_RC/deluge/core/core.py

    r3717 r3749  
    6868    "listen_ports": [6881, 6891], 
    6969    "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(), 
    7171    "plugins_location": os.path.join(deluge.configmanager.get_config_dir(), "plugins"), 
    7272    "state_location": os.path.join(deluge.configmanager.get_config_dir(), "state"),