(trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00

This commit is contained in:
Charles Kerr
2010-03-17 19:23:03 +00:00
parent fe3d9ed95a
commit e1607c8354
21 changed files with 188 additions and 65 deletions

View File

@@ -330,8 +330,6 @@ function changeTab(tab, id) {
function Prefs() { }
Prefs.prototype = { };
Prefs._AutoStart = 'auto-start-torrents';
Prefs._RefreshRate = 'refresh_rate';
Prefs._SessionRefreshRate = 'session_refresh_rate';
@@ -362,7 +360,6 @@ Prefs._TurtleState = 'turtle-state';
Prefs._Defaults =
{
'auto-start-torrents': true,
'filter': 'all',
'refresh_rate' : 5,
'show_filter': true,