Changeset b1dbca


Ignore:
Timestamp:
08/25/2008 03:26:38 AM (16 years ago)
Author:
Andrew Resch <andrewresch@gmail.com>
Children:
edb600
Parents:
7bde1e
Message:

Change default 'torrentfiles_location' to just the default download
directory

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r7bde1e rb1dbca  
    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:
  • deluge/core/core.py

    r7bde1e rb1dbca  
    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"),
Note: See TracChangeset for help on using the changeset viewer.