tweak default path

This commit is contained in:
Marcos Pinto 2007-10-12 20:48:47 +00:00
parent 1251a671bd
commit a1d757dfbf
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ DEFAULT_PREFS = {
"enable_files_dialog" : False, "enable_files_dialog" : False,
"queue_above_completed" : False, "queue_above_completed" : False,
"clear_max_ratio_torrents" : False, "clear_max_ratio_torrents" : False,
"default_download_path" : os.path.expanduser("~/"), "default_download_path" : os.path.expanduser("~"),
"open_torrent_dialog_path" : os.path.expanduser("~/"), "open_torrent_dialog_path" : os.path.expanduser("~"),
"choose_directory_dialog_path": os.path.expanduser("~/"), "choose_directory_dialog_path": os.path.expanduser("~"),
"enable_dht" : True, "enable_dht" : True,
"enable_system_tray" : True, "enable_system_tray" : True,
"enabled_plugins" : "Torrent Files:Torrent Peers", "enabled_plugins" : "Torrent Files:Torrent Peers",